1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Using theme-light mixin

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-12-27 15:49:54 +03:00
parent a31edc9294
commit 8a0871230b

View File

@ -108,7 +108,7 @@
}
}
:global(.theme-light) {
@include theme-light {
.Switch {
--thumb-color-highlight: hsl(0 0% 0% / 25%);
@ -118,4 +118,4 @@
}
}
}
}
}