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

card-bg fix, create bg-surface

This commit is contained in:
codecalm
2022-09-18 10:26:15 +02:00
parent 9d411eb88f
commit 46f0a96a43
9 changed files with 26 additions and 21 deletions
+2 -2
View File
@@ -56,8 +56,8 @@
// Button color variations
//
.btn-white {
--#{$prefix}btn-bg: var(--#{$prefix}card-bg);
--#{$prefix}btn-hover-bg: var(--#{$prefix}card-bg-hover);
--#{$prefix}btn-bg: var(--#{$prefix}card-bg, var(--#{$prefix}bg-surface));
--#{$prefix}btn-hover-bg: var(--#{$prefix}card-bg-hover, var(--#{$prefix}bg-surface));
}
@each $color, $value in $theme-colors {