diff options
Diffstat (limited to 'src/objects/_switch.scss')
-rw-r--r-- | src/objects/_switch.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects/_switch.scss b/src/objects/_switch.scss index a67aa8d..e1f1132 100644 --- a/src/objects/_switch.scss +++ b/src/objects/_switch.scss | |||
@@ -16,17 +16,17 @@ | |||
16 | --key-focus: ( | 16 | --key-focus: ( |
17 | --border: fn.global-dim(--key-focus --border), | 17 | --border: fn.global-dim(--key-focus --border), |
18 | --border-offset: fn.global-dim(--key-focus --border-offset), | 18 | --border-offset: fn.global-dim(--key-focus --border-offset), |
19 | --outline: fn.global-dim(--key-focus --border), | 19 | --outline: fn.global-dim(--key-focus --outline), |
20 | ), | 20 | ), |
21 | ), | 21 | ), |
22 | --colors: ( | 22 | --colors: ( |
23 | --track-bg: fn.global-color(--border), | 23 | --track-bg: fn.global-color(--border), |
24 | --handle-border: fn.global-color(--text-mute), | 24 | --handle-border: fn.global-color(--text-mute-more), |
25 | --handle-bg: fn.global-color(--base --50), | 25 | --handle-bg: fn.global-color(--base --50), |
26 | 26 | ||
27 | --hover: ( | 27 | --hover: ( |
28 | --label: fn.global-color(--heading), | 28 | --label: fn.global-color(--heading), |
29 | --handle-border: fn.global-color(--text), | 29 | --handle-border: fn.global-color(--text-mute), |
30 | ), | 30 | ), |
31 | --accent: ( | 31 | --accent: ( |
32 | --handle-border: fn.global-color(--accent --900), | 32 | --handle-border: fn.global-color(--accent --900), |