set the loader color of outlined buttons to the style colour

This commit is contained in:
ynte
2025-01-22 11:05:10 +01:00
parent 96a2497155
commit 57c2d5ac1f

View File

@@ -383,6 +383,12 @@ $no-palette: ("white", "black", "light", "dark");
@include cv.register-vars( @include cv.register-vars(
( (
"button-border-width": max(1px, 0.0625em), "button-border-width": max(1px, 0.0625em),
"loading-color":
hsl(
#{cv.getVar("button-h")},
#{cv.getVar("button-s")},
#{cv.getVar("button-l")}
),
) )
); );