diff options
Diffstat (limited to 'src/objects/_status-indicator.scss')
-rw-r--r-- | src/objects/_status-indicator.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects/_status-indicator.scss b/src/objects/_status-indicator.scss index b316f69..0849d82 100644 --- a/src/objects/_status-indicator.scss +++ b/src/objects/_status-indicator.scss | |||
@@ -11,9 +11,9 @@ | |||
11 | @include iro.props-store(( | 11 | @include iro.props-store(( |
12 | --colors: ( | 12 | --colors: ( |
13 | --default: fn.global-color(--obj-lo), | 13 | --default: fn.global-color(--obj-lo), |
14 | --green: fn.global-color(--green --bg-hi), | 14 | --green: fn.global-color(--green --solid --bg-hi), |
15 | --yellow: fn.global-color(--yellow --bg-hi), | 15 | --yellow: fn.global-color(--yellow --solid --bg-hi), |
16 | --red: fn.global-color(--red --bg-hi), | 16 | --red: fn.global-color(--red --solid --bg-hi), |
17 | ), | 17 | ), |
18 | ), 'colors'); | 18 | ), 'colors'); |
19 | 19 | ||