1
0
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:
Lachlan Jones
2024-11-21 20:00:10 +08:00
committed by GitHub
parent 06584bd54e
commit 4e66e548a3

View File

@@ -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,
);