summaryrefslogtreecommitdiffstats
path: root/src/objects/_status-indicator.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-07 21:31:41 +0100
committerVolpeon <git@volpeon.ink>2022-02-07 21:31:41 +0100
commit52bc737136ac132790cfeaa4bbaca748feb404a9 (patch)
tree653de63a841a3dd30f7572b47af5c9e4ca31c1d6 /src/objects/_status-indicator.scss
parentUpdate (diff)
downloadiro-design-52bc737136ac132790cfeaa4bbaca748feb404a9.tar.gz
iro-design-52bc737136ac132790cfeaa4bbaca748feb404a9.tar.bz2
iro-design-52bc737136ac132790cfeaa4bbaca748feb404a9.zip
Improved accent handling
Diffstat (limited to 'src/objects/_status-indicator.scss')
-rw-r--r--src/objects/_status-indicator.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects/_status-indicator.scss b/src/objects/_status-indicator.scss
index c688cbc..e06c80b 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: scale-color(hsl(113, 49.8%, 49.6%), $lightness: 10%), 14 --green: fn.global-color(--accent --green --hi),
15 --yellow: scale-color(hsl(50, 59.8%, 58.4%), $lightness: 10%), 15 --yellow: fn.global-color(--accent --yellow --hi),
16 --red: scale-color(hsl(352, 69.8%, 58.4%), $lightness: 10%), 16 --red: fn.global-color(--accent --red --hi),
17 ), 17 ),
18 ), 'colors'); 18 ), 'colors');
19 19