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

Overriding font-size prop

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-08-24 16:55:33 +03:00
parent 5f89b3e31f
commit 9353df356e

View File

@ -25,11 +25,10 @@
.root { .root {
color: var(--textColorTertiary); color: var(--textColorTertiary);
min-height: 26px;
} }
.label { .label {
font-size: var(--font-size); font-size: var(--font-size)!important;
background-color: transparent!important; background-color: transparent!important;
&:hover { &:hover {