From f441e288cb6d33e2338ab8047053022b81c9aa0b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 18 Oct 2024 20:41:38 +0200 Subject: Update --- src/objects/_action-button.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/objects/_action-button.scss') diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss index 0a65b8d..129e681 100644 --- a/src/objects/_action-button.scss +++ b/src/objects/_action-button.scss @@ -137,9 +137,9 @@ @include -apply-theme(vars.$default-theme); - @each $theme in map.keys(props.get(vars.$static-themes)) { + @each $theme in map.keys(props.get(vars.$themes)) { @include iro.bem-modifier($theme) { - @include -apply-theme(vars.$static-themes, $theme); + @include -apply-theme(vars.$themes, $theme); } } @@ -154,7 +154,7 @@ @each $mod, $pad-i, $pad-i-pill, $pad-b, $font-size in vars.$fixed-sizes { @include iro.bem-modifier($mod) { - padding-block: props.get($pad-i); + padding-block: props.get($pad-b); padding-inline: props.get($pad-i); font-size: props.get($font-size); -- cgit v1.3.1