Add new border type 'ui'

This commit is contained in:
GithubAnon0000 2025-08-30 22:59:06 +02:00
parent d36bec8b32
commit d3cd240de3

View file

@ -178,6 +178,13 @@ $vars: (
dark: palette(blue, 5),
),
),
ui: (
"Border color of ui elements, designed for minimum A11Y contrast against the background.",
(
light: palette(lightgray, 10),
dark: palette(blue, 5),
),
),
),
button: (
bg: (