mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix light theme thumb color
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
9a762d0619
commit
84c2f83ff3
@ -110,7 +110,7 @@
|
|||||||
|
|
||||||
:global(.theme-light) {
|
:global(.theme-light) {
|
||||||
.Switch {
|
.Switch {
|
||||||
--thumb-highlight: hsl(0 0% 0% / 25%);
|
--thumb-color-highlight: hsl(0 0% 0% / 25%);
|
||||||
|
|
||||||
& > input {
|
& > input {
|
||||||
&:disabled {
|
&:disabled {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user