1
0
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:
Sarin Na Wangkanai
2022-09-01 01:32:48 +07:00
parent c6bee662b8
commit 0832bd1d43
+2 -2
View File
@@ -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;