Fix checkbox align
This commit is contained in:
parent
8c5d287ebe
commit
86a311a024
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ const styles = (theme: Theme) =>
|
||||||
"&:hover": {
|
"&:hover": {
|
||||||
background: fade(theme.palette.primary.main, 0.1)
|
background: fade(theme.palette.primary.main, 0.1)
|
||||||
},
|
},
|
||||||
alignItems: "center",
|
alignSelf: "start",
|
||||||
borderRadius: "100%",
|
borderRadius: "100%",
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
|
|
Loading…
Reference in a new issue