Align text to left

This commit is contained in:
dominik-zeglen 2020-09-09 10:56:36 +02:00
parent 4fa7730611
commit c862cc1eae

View file

@ -104,7 +104,8 @@ const useStyles = makeStyles(
},
background: "none",
border: "none",
color: fade(theme.palette.text.primary, 0.6)
color: fade(theme.palette.text.primary, 0.6),
textAlign: "left"
}
}),
{