summaryrefslogtreecommitdiffstats
path: root/src/objects/_badge.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-10-19 18:23:02 +0200
committerVolpeon <git@volpeon.ink>2024-10-19 18:23:02 +0200
commit27222cb91c390a42055a7123b5a9409c928e8b26 (patch)
tree650b5614c4aae0056127038a4ab204198aae7f4d /src/objects/_badge.scss
parentUpdate (diff)
downloadiro-design-27222cb91c390a42055a7123b5a9409c928e8b26.tar.gz
iro-design-27222cb91c390a42055a7123b5a9409c928e8b26.tar.bz2
iro-design-27222cb91c390a42055a7123b5a9409c928e8b26.zip
Fixes
Diffstat (limited to 'src/objects/_badge.scss')
-rw-r--r--src/objects/_badge.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_badge.scss b/src/objects/_badge.scss
index 41b2fbb..55a2051 100644
--- a/src/objects/_badge.scss
+++ b/src/objects/_badge.scss
@@ -101,7 +101,7 @@
101 margin-inline: props.get(vars.$pad-i-label); 101 margin-inline: props.get(vars.$pad-i-label);
102 } 102 }
103 103
104 @include -apply-theme(vars.$default-theme); 104 @include -apply-theme(vars.$default-theme, $static: true);
105 105
106 @each $theme in map.keys(props.get(vars.$themes)) { 106 @each $theme in map.keys(props.get(vars.$themes)) {
107 @include iro.bem-modifier(string.slice($theme, 3)) { 107 @include iro.bem-modifier(string.slice($theme, 3)) {