mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
FIX: ensure border color works in dark mode (#1995)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
$border-values: (
|
||||
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style)
|
||||
$border-color-translucent,
|
||||
var(--#{$prefix}border-color-translucent),
|
||||
wide: $border-width-wide var(--#{$prefix}border-style)
|
||||
$border-color-translucent,
|
||||
var(--#{$prefix}border-color-translucent),
|
||||
0: 0,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user