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": { "&: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",