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

Increase FormSwitch label font-size

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-11-19 16:20:16 +03:00
parent 885af07d0b
commit 3d76407552

View File

@ -27,7 +27,7 @@ const useStyles = makeStyles({
root: { root: {
margin: 0, margin: 0,
"& .MuiTypography-root": { "& .MuiTypography-root": {
fontSize: 14, fontSize: 16,
fontWeight: 500, fontWeight: 500,
flex: 1, flex: 1,
color: "var(--textColorAccent)", color: "var(--textColorAccent)",