improve Boolean layout so that the buttons have similar widths

This commit is contained in:
domyen 2020-06-22 19:33:33 -04:00
parent 0fd8c11eb1
commit df1bf21d8c

View File

@ -27,6 +27,8 @@ const Label = styled.label(({ theme }) => ({
},
span: {
minWidth: 60,
textAlign: 'center',
fontSize: theme.typography.size.s1,
fontWeight: theme.typography.weight.bold,
lineHeight: '1',