mirror of
https://github.com/tabler/tabler.git
synced 2026-07-22 21:41:43 +04:00
fixed dark mode card text color swap the element
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.card {
|
||||
--#{$prefix}card-border-radius: var(--#{$prefix}border-radius);
|
||||
--#{$prefix}card-bg: var(--#{$prefix}body-color);
|
||||
--#{$prefix}card-color: var(--#{$prefix}body-bg);
|
||||
--#{$prefix}card-bg: var(--#{$prefix}body-bg);
|
||||
--#{$prefix}card-color: var(--#{$prefix}body-color);
|
||||
|
||||
box-shadow: $card-shadow;
|
||||
border: $card-border-width solid $card-border-color;
|
||||
|
||||
Reference in New Issue
Block a user