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:
parent
4e791bd6fb
commit
f32dd5a624
@ -34,4 +34,9 @@
|
|||||||
|
|
||||||
.warningMedium {
|
.warningMedium {
|
||||||
--active-color-hsl: 36deg 100% 50%;
|
--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%;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user