Merge pull request #3963 from ynte/fix-is-outlined-is-loading

Improve colour loading versions of outlined buttons
This commit is contained in:
Jeremy Thomas
2025-04-19 15:11:58 +02:00
committed by GitHub

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")}
),
) )
); );