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

Fine-tune colors for light theme

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-05-12 14:07:56 +03:00
parent 4e791bd6fb
commit f32dd5a624

View File

@ -34,4 +34,9 @@
.warningMedium {
--active-color-hsl: 36deg 100% 50%;
}
}
:global(.theme-light) .warningMedium {
// Making medium color a bit darker for light theme
--active-color-hsl: 36deg 100% 46%;
}