Skip to content

Commit

Permalink
Fix colour input error position
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Oct 13, 2023
1 parent bc56018 commit fa2a599
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const useStyles = makeStyles<Theme, { colour: string }>(({ palette }: Theme) =>
flexDirection: 'row',
alignItems: 'end',
},
field: {
flexDirection: 'row',
},
colour: props => ({
border: `1px solid ${palette.grey[500]}`,
borderRadius: '4px',
Expand Down

0 comments on commit fa2a599

Please sign in to comment.