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

testing the same effect on .btn

Reference #1228 fixed
This commit is contained in:
Sarin Na Wangkanai
2022-09-01 01:18:26 +07:00
parent d420752c0e
commit a797f6c777
+3 -3
View File
@@ -3,7 +3,7 @@
//
.btn {
--#{$prefix}btn-icon-size: #{$icon-size};
--#{$prefix}btn-color: var(--#{$prefix}color-text);
--#{$prefix}btn-color: var(--#{$prefix}body-color);
--#{$prefix}btn-border-color: var(--#{$prefix}border-color);
//background-color: var(--#{$prefix}btn-color, var(--#{$prefix}card-bg));
//color: var(--#{$prefix}btn-color-text);
@@ -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);
}
@each $color, $value in $theme-colors {