diff options
Diffstat (limited to 'src_old/objects/_button.scss')
-rw-r--r-- | src_old/objects/_button.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src_old/objects/_button.scss b/src_old/objects/_button.scss index 3ef4813..d195e05 100644 --- a/src_old/objects/_button.scss +++ b/src_old/objects/_button.scss | |||
@@ -148,18 +148,18 @@ $static-themes: 'black' 'white' !default; | |||
148 | @include iro.props-store(( | 148 | @include iro.props-store(( |
149 | --colors: ( | 149 | --colors: ( |
150 | --#{$theme}: ( | 150 | --#{$theme}: ( |
151 | --bg: fn.global-color(--#{$theme}-static --900), | 151 | --bg: fn.global-color(--static-#{$theme} --900), |
152 | --label: fn.global-color(--#{$theme}-static --900-text), | 152 | --label: fn.global-color(--static-#{$theme} --900-text), |
153 | --outline-border: fn.global-color(--#{$theme} --900), | 153 | --outline-border: fn.global-color(--#{$theme} --900), |
154 | --outline-label: fn.global-color(--#{$theme} --1000), | 154 | --outline-label: fn.global-color(--#{$theme} --1000), |
155 | 155 | ||
156 | --hover: ( | 156 | --hover: ( |
157 | --bg: fn.global-color(--#{$theme}-static --1000), | 157 | --bg: fn.global-color(--static-#{$theme} --1000), |
158 | --label: fn.global-color(--#{$theme}-static --1000-text), | 158 | --label: fn.global-color(--static-#{$theme} --1000-text), |
159 | ), | 159 | ), |
160 | --active: ( | 160 | --active: ( |
161 | --bg: fn.global-color(--#{$theme}-static --1100), | 161 | --bg: fn.global-color(--static-#{$theme} --1100), |
162 | --label: fn.global-color(--#{$theme}-static --1100-text), | 162 | --label: fn.global-color(--static-#{$theme} --1100-text), |
163 | ), | 163 | ), |
164 | ), | 164 | ), |
165 | ), | 165 | ), |