diff options
Diffstat (limited to 'src/objects/_status-indicator.vars.scss')
| -rw-r--r-- | src/objects/_status-indicator.vars.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects/_status-indicator.vars.scss b/src/objects/_status-indicator.vars.scss index d8465d7..6289145 100644 --- a/src/objects/_status-indicator.vars.scss +++ b/src/objects/_status-indicator.vars.scss | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | 5 | ||
| 6 | $size: props.def(--o-status-indicator--size, props.get(core.$size--125)) !default; | 6 | $size: props.def(--o-status-indicator--size, props.get(core.$size--125)) !default; |
| 7 | 7 | ||
| 8 | $default: props.def(--o-status-indicator--default, props.get(core.$theme, --border-strong)) !default; | 8 | $default: props.def(--o-status-indicator--default, props.get(core.$theme, --border-strong), 'color') !default; |
| 9 | $primary: props.def(--o-status-indicator--primary, props.get(core.$theme, --text)) !default; | 9 | $primary: props.def(--o-status-indicator--primary, props.get(core.$theme, --text), 'color') !default; |
| 10 | 10 | ||
| 11 | $themes-config: ( | 11 | $themes-config: ( |
| 12 | accent: --accent, | 12 | accent: --accent, |
| @@ -15,7 +15,7 @@ $themes-config: ( | |||
| 15 | warning: --warning, | 15 | warning: --warning, |
| 16 | ) !default; | 16 | ) !default; |
| 17 | 17 | ||
| 18 | $themes: props.def(--o-status-indicator); | 18 | $themes: props.def(--o-status-indicator, (), 'color'); |
| 19 | 19 | ||
| 20 | @each $theme, $key in $themes-config { | 20 | @each $theme, $key in $themes-config { |
| 21 | @if $theme != --base { | 21 | @if $theme != --base { |
