Align text to left
This commit is contained in:
parent
4fa7730611
commit
c862cc1eae
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ const useStyles = makeStyles(
|
||||||
},
|
},
|
||||||
background: "none",
|
background: "none",
|
||||||
border: "none",
|
border: "none",
|
||||||
color: fade(theme.palette.text.primary, 0.6)
|
color: fade(theme.palette.text.primary, 0.6),
|
||||||
|
textAlign: "left"
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue