Skip to content

Commit 0ea5029

Browse files
committed
Fix regression for error message lineheight (since mikbry#113, closes mikbry#122)
1 parent 65581a0 commit 0ea5029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ColorBox/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const useStyles = makeStyles(theme => ({
8080
},
8181
colorboxError: {
8282
color: '#f44336',
83-
lineHeight: 36.5,
83+
lineHeight: '36.5px',
8484
},
8585
}));
8686

0 commit comments

Comments
 (0)