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

Fixing SpeedDial styles

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-04-27 12:02:39 +03:00
parent 4efc584d46
commit e3bc528ef0

View File

@ -5,5 +5,20 @@
.MuiFab-primary {
background-color: var(--blue);
&:hover {
background-color: #317bb3;
}
}
}
.MuiTooltip-popper {
.MuiTooltip-tooltip {
background-color: #222;
font-size: 12px
}
.MuiTooltip-arrow {
color: #222;
}
}