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

Replace colors for medium & high levels

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

View File

@ -28,6 +28,10 @@
}
}
.warningHigh {}
.warningHigh {
--active-color-hsl: 0deg 76% 62%;
}
.warningMedium {}
.warningMedium {
--active-color-hsl: 36deg 100% 50%;
}