summaryrefslogtreecommitdiffstats
path: root/src/objects/_action-button.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/_action-button.scss')
-rw-r--r--src/objects/_action-button.scss6
1 files changed, 3 insertions, 3 deletions
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 @@
137 137
138 @include -apply-theme(vars.$default-theme); 138 @include -apply-theme(vars.$default-theme);
139 139
140 @each $theme in map.keys(props.get(vars.$static-themes)) { 140 @each $theme in map.keys(props.get(vars.$themes)) {
141 @include iro.bem-modifier($theme) { 141 @include iro.bem-modifier($theme) {
142 @include -apply-theme(vars.$static-themes, $theme); 142 @include -apply-theme(vars.$themes, $theme);
143 } 143 }
144 } 144 }
145 145
@@ -154,7 +154,7 @@
154 154
155 @each $mod, $pad-i, $pad-i-pill, $pad-b, $font-size in vars.$fixed-sizes { 155 @each $mod, $pad-i, $pad-i-pill, $pad-b, $font-size in vars.$fixed-sizes {
156 @include iro.bem-modifier($mod) { 156 @include iro.bem-modifier($mod) {
157 padding-block: props.get($pad-i); 157 padding-block: props.get($pad-b);
158 padding-inline: props.get($pad-i); 158 padding-inline: props.get($pad-i);
159 font-size: props.get($font-size); 159 font-size: props.get($font-size);
160 160