Compare commits

..

2 Commits

Author SHA1 Message Date
48d60f60e0 v0.9.2 2021-05-02 23:19:54 +02:00
d49c194654 Updated Table to use Light/Dark themes
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-05-02 23:19:33 +02:00
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/components",
"version": "0.9.1",
"version": "0.9.2",
"license": "MIT",
"main": "./index.js",
"types": "./types/index.d.ts",

View File

@ -1,11 +1,17 @@
@import '../config'
.table
border-spacing 0
border 2px solid #EEE
border 2px solid $grayDark
@media (prefers-color-scheme dark)
border-color $grayLight
border-radius 4px
width 100%
td
border-top 1px solid #EEE
border-top 1px solid $grayDark
@media (prefers-color-scheme dark)
border-color $grayLight
th
td