Skip to content

Commit

Permalink
Fix regression for error message lineheight (since mikbry#113, closes m…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Mar 16, 2021
1 parent 65581a0 commit 0ea5029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ColorBox/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const useStyles = makeStyles(theme => ({
},
colorboxError: {
color: '#f44336',
lineHeight: 36.5,
lineHeight: '36.5px',
},
}));

Expand Down

0 comments on commit 0ea5029

Please sign in to comment.