diff options
Diffstat (limited to 'src/objects/_action-button.vars.scss')
-rw-r--r-- | src/objects/_action-button.vars.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | @use 'sass:map'; | 1 | @use 'sass:map'; |
2 | @use 'sass:string'; | ||
2 | @use '../props'; | 3 | @use '../props'; |
3 | @use '../core.vars' as core; | 4 | @use '../core.vars' as core; |
4 | 5 | ||
@@ -111,7 +112,7 @@ $default-theme: map.deep-merge(( | |||
111 | $default-theme: props.def(--o-action-button, $default-theme); | 112 | $default-theme: props.def(--o-action-button, $default-theme); |
112 | 113 | ||
113 | @each $theme in map.keys(props.get(core.$transparent-colors)) { | 114 | @each $theme in map.keys(props.get(core.$transparent-colors)) { |
114 | $button-theme: #{$theme}-static; | 115 | $button-theme: --static-#{string.slice($theme, 3)}; |
115 | 116 | ||
116 | $themes: props.merge($themes, ( | 117 | $themes: props.merge($themes, ( |
117 | $button-theme: ( | 118 | $button-theme: ( |