mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
Fix --tblr-gray-*-fg tokens resolving to white (#2624)
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
/** Gray colors */
|
||||
@each $name, $color in $gray-colors {
|
||||
--#{$prefix}#{$name}-fg: #{if(sass(contrast-ratio($color, white) > $min-contrast-ratio): var(--#{$prefix}white); else: var(--#{$prefix}body-color))};
|
||||
--#{$prefix}#{$name}-fg: var(--#{$prefix}#{$name});
|
||||
}
|
||||
|
||||
/** Spacers */
|
||||
|
||||
Reference in New Issue
Block a user