1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 21:41:43 +04:00

Fixed .card global variable card-bg: from $dark to $dark-mode-darken

This commit is contained in:
Sarin Na Wangkanai
2022-09-01 00:37:00 +07:00
parent 459460de78
commit 88755f9e92
+3 -3
View File
@@ -18,13 +18,13 @@ body:not(.theme-dark) .hide-theme-light {
--#{$prefix}body-bg: #{$dark-mode-darken};
--#{$prefix}body-bg-rgb: #{to-rgb($dark-mode-darken)};
--#{$prefix}card-bg: #{$dark};
--#{$prefix}card-bg-rgb: #{to-rgb($dark)};
--#{$prefix}card-bg: #{$dark-mode-darken};
--#{$prefix}card-bg-rgb: #{to-rgb($dark-mode-darken)};
--#{$prefix}border-color: #{$dark-mode-border-color};
--#{$prefix}border-color-light: #{$dark-mode-border-color-light};
--#{$prefix}btn-color: #{$dark};
--#{$prefix}btn-color: #{$dark-mode-darken};
color: $dark-mode-text;
background-color: $dark-mode-darken;