diff options
author | Volpeon <git@volpeon.ink> | 2022-02-07 21:31:41 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-07 21:31:41 +0100 |
commit | 52bc737136ac132790cfeaa4bbaca748feb404a9 (patch) | |
tree | 653de63a841a3dd30f7572b47af5c9e4ca31c1d6 /src/objects/_switch.scss | |
parent | Update (diff) | |
download | iro-design-52bc737136ac132790cfeaa4bbaca748feb404a9.tar.gz iro-design-52bc737136ac132790cfeaa4bbaca748feb404a9.tar.bz2 iro-design-52bc737136ac132790cfeaa4bbaca748feb404a9.zip |
Improved accent handling
Diffstat (limited to 'src/objects/_switch.scss')
-rw-r--r-- | src/objects/_switch.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_switch.scss b/src/objects/_switch.scss index 59e4c55..cc215a5 100644 --- a/src/objects/_switch.scss +++ b/src/objects/_switch.scss | |||
@@ -25,10 +25,10 @@ | |||
25 | --handle-border: fn.global-color(--fg), | 25 | --handle-border: fn.global-color(--fg), |
26 | ), | 26 | ), |
27 | --accent: ( | 27 | --accent: ( |
28 | --handle-border: fn.global-color(--accent --primary), | 28 | --handle-border: fn.global-color(--accent --primary --main), |
29 | 29 | ||
30 | --hover: ( | 30 | --hover: ( |
31 | --handle-border: fn.global-color(--accent --primary-lo), | 31 | --handle-border: fn.global-color(--accent --primary --lo), |
32 | ), | 32 | ), |
33 | ), | 33 | ), |
34 | --key-focus: ( | 34 | --key-focus: ( |