Fix checkbox margin
This commit is contained in:
parent
46baa5102f
commit
e279174234
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ const styles = (theme: Theme) =>
|
|||
display: "flex",
|
||||
height: 30,
|
||||
justifyContent: "center",
|
||||
margin: 9,
|
||||
margin: "5px 9px",
|
||||
width: 30
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue