Update SCSS variables and button styles (#2559)

This commit is contained in:
Paweł Kuna
2026-01-06 00:32:01 +01:00
committed by GitHub
parent 48dbd1ed1b
commit a14425792b
50 changed files with 1399 additions and 1197 deletions
+3
View File
@@ -33,7 +33,10 @@
--#{$prefix}border-color-translucent: #{$border-color-translucent};
--#{$prefix}border-dark-color: #{$border-dark-color};
--#{$prefix}border-dark-color-translucent: #{$border-dark-color-translucent};
--#{$prefix}border-light-color: #{$border-light-color};
--#{$prefix}border-light-color-translucent: #{$border-light-color-translucent};
--#{$prefix}border-active-color: #{$border-active-color};
--#{$prefix}border-active-color-translucent: #{$border-active-color-translucent};
--#{$prefix}icon-color: #{$icon-color};