Fix checkbox align

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-11 10:33:57 +02:00
parent 8c5d287ebe
commit 86a311a024

View file

@ -77,7 +77,7 @@ const styles = (theme: Theme) =>
"&:hover": {
background: fade(theme.palette.primary.main, 0.1)
},
alignItems: "center",
alignSelf: "start",
borderRadius: "100%",
cursor: "pointer",
display: "flex",