Skip to content

Commit

Permalink
set width
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Oct 13, 2023
1 parent fa2a599 commit 376faf6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ const useStyles = makeStyles<Theme, { colour: string }>(({ palette }: Theme) =>
marginBottom: '8px',
backgroundColor: props.colour,
}),
field: {
width: '240px',
},
}));

const colourValidation = {
Expand Down

0 comments on commit 376faf6

Please sign in to comment.