diff options
Diffstat (limited to 'src_old/objects/_badge.scss')
-rw-r--r-- | src_old/objects/_badge.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src_old/objects/_badge.scss b/src_old/objects/_badge.scss index 4e1662f..8619826 100644 --- a/src_old/objects/_badge.scss +++ b/src_old/objects/_badge.scss | |||
@@ -123,15 +123,15 @@ $static-themes: 'black' 'white' !default; | |||
123 | @include iro.props-store(( | 123 | @include iro.props-store(( |
124 | --colors: ( | 124 | --colors: ( |
125 | --#{$theme}: ( | 125 | --#{$theme}: ( |
126 | --bg: fn.global-color(--#{$theme}-static --900), | 126 | --bg: fn.global-color(--static-#{$theme} --900), |
127 | --label: fn.global-color(--#{$theme}-static --900-text), | 127 | --label: fn.global-color(--static-#{$theme} --900-text), |
128 | --hover: ( | 128 | --hover: ( |
129 | --bg: fn.global-color(--#{$theme}-static --1000), | 129 | --bg: fn.global-color(--static-#{$theme} --1000), |
130 | --label: fn.global-color(--#{$theme}-static --1000-text), | 130 | --label: fn.global-color(--static-#{$theme} --1000-text), |
131 | ), | 131 | ), |
132 | --active: ( | 132 | --active: ( |
133 | --bg: fn.global-color(--#{$theme}-static --1100), | 133 | --bg: fn.global-color(--static-#{$theme} --1100), |
134 | --label: fn.global-color(--#{$theme}-static --1000-text), | 134 | --label: fn.global-color(--static-#{$theme} --1000-text), |
135 | ), | 135 | ), |
136 | ), | 136 | ), |
137 | 137 | ||