mirror of
https://github.com/penpot/penpot.git
synced 2026-05-31 12:48:09 +00:00
💄 Fix light theme styles
This commit is contained in:
parent
0722af3a2f
commit
f644b3744a
@ -170,3 +170,19 @@ $switcher-transition-duration: 0.2s;
|
|||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Light mode color overrides
|
||||||
|
:global(.light) {
|
||||||
|
.switcher {
|
||||||
|
--switcher-track-bg: var(--color-background-secondary);
|
||||||
|
--switcher-thumb-bg: var(--color-foreground-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.switcher-checked {
|
||||||
|
--switcher-track-bg: var(--color-accent-primary-muted);
|
||||||
|
--switcher-thumb-bg: var(--color-background-default);
|
||||||
|
&:hover {
|
||||||
|
--switcher-thumb-bg: var(--color-background-default);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user