From 231b45ea9fe01ee0d8a7fcda0d7f9a2f4e435466 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 25 Jun 2024 22:29:57 +0200 Subject: Action button styling --- src/_declare-vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/_declare-vars.scss') diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index f657057..a38fb8c 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss @@ -227,7 +227,7 @@ ), $tree); } - @each $color, $ref in config.$semantic-colors { + @each $color, $ref in map.get($theme, --semantic) { $res: (); @if meta.type-of($ref) == 'map' { -- cgit v1.2.3-54-g00ecf