Center checkbox

This commit is contained in:
Lukas Martinelli 2017-01-09 21:43:14 +01:00
parent c09ffc9d41
commit 5d70de6202

View file

@ -14,9 +14,11 @@ class CheckboxInput extends React.Component {
const styles = {
root: {
...input.base,
lineHeight: 0.7,
padding: 0,
position: 'relative',
textAlign: 'center ',
verticalAlign: 'middle',
cursor: 'pointer'
},
input: {