1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-12 22:32:21 +04:00

fixed card bg & color for light & dark mode

This commit is contained in:
Sarin Na Wangkanai
2022-09-01 18:32:19 +07:00
parent 0832bd1d43
commit df06dcaea7
4 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -65,8 +65,8 @@
// Button color variations
//
.btn-white {
//--#{$prefix}btn-bg: var(--#{$prefix}card-bg);
//--#{$prefix}btn-hover-bg: var(--#{$prefix}card-bg);
--#{$prefix}btn-bg: var(--#{$prefix}card-bg);
--#{$prefix}btn-hover-bg: var(--#{$prefix}card-bg-hover);
}
@each $color, $value in $theme-colors {