Fix checkbox margin

This commit is contained in:
Krzysztof Bialoglowicz 2019-10-22 13:35:19 +02:00
parent 46baa5102f
commit e279174234

View file

@ -83,7 +83,7 @@ const styles = (theme: Theme) =>
display: "flex", display: "flex",
height: 30, height: 30,
justifyContent: "center", justifyContent: "center",
margin: 9, margin: "5px 9px",
width: 30 width: 30
} }
}); });