From c41e16f6044548e27fbf8e4ef65ed3067278c80b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 17:14:45 +0200 Subject: Update --- src/objects/_action-button.vars.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/objects/_action-button.vars.scss') diff --git a/src/objects/_action-button.vars.scss b/src/objects/_action-button.vars.scss index 4c9603c..9049a8f 100644 --- a/src/objects/_action-button.vars.scss +++ b/src/objects/_action-button.vars.scss @@ -1,4 +1,5 @@ @use 'sass:map'; +@use 'sass:string'; @use '../props'; @use '../core.vars' as core; @@ -111,7 +112,7 @@ $default-theme: map.deep-merge(( $default-theme: props.def(--o-action-button, $default-theme); @each $theme in map.keys(props.get(core.$transparent-colors)) { - $button-theme: #{$theme}-static; + $button-theme: --static-#{string.slice($theme, 3)}; $themes: props.merge($themes, ( $button-theme: ( -- cgit v1.2.3-70-g09d2