diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/objects/_alert.vars.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_alert.vars.scss b/src/objects/_alert.vars.scss index e0c77d2..7290699 100644 --- a/src/objects/_alert.vars.scss +++ b/src/objects/_alert.vars.scss | |||
@@ -7,7 +7,7 @@ $pad-b: props.def(--o-alert--pad-b, props.get(core.$size--200)) !default; | |||
7 | $rounding: props.def(--o-alert--rounding, props.get(core.$rounding)) !default; | 7 | $rounding: props.def(--o-alert--rounding, props.get(core.$rounding)) !default; |
8 | 8 | ||
9 | $bg-color: props.def(--o-alert--bg-color, props.get(core.$theme, --bg-l2)) !default; | 9 | $bg-color: props.def(--o-alert--bg-color, props.get(core.$theme, --bg-l2)) !default; |
10 | $border-color: props.def(--o-alert--bg-color, props.get(core.$theme, --text-mute-more)) !default; | 10 | $border-color: props.def(--o-alert--border-color, props.get(core.$theme, --text-mute-more)) !default; |
11 | 11 | ||
12 | $themes-config: ( | 12 | $themes-config: ( |
13 | accent: --accent, | 13 | accent: --accent, |