Skip to content

Commit 7936dde

Browse files
author
Brian Vaughn
committed
Base font-size 10 -> 11px
1 parent 7004be0 commit 7936dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-error-overlay/src/styles.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const containerStyle = {
3737
'box-sizing': 'border-box',
3838
'text-align': 'start',
3939
'font-family': 'Consolas, Menlo, monospace',
40-
'font-size': '10px',
40+
'font-size': '11px',
4141
'white-space': 'pre-wrap',
4242
'word-break': 'break-word',
4343
'line-height': 1.5,
@@ -77,7 +77,7 @@ const headerStyle = {
7777
'font-family': 'sans-serif',
7878
color: red,
7979
'white-space': 'pre-wrap',
80-
margin: '0.25rem 2rem 0 0', // Prevent overlap with close button
80+
margin: '0.75rem 2rem 0 0', // Prevent overlap with close button
8181
flex: '0 0 auto',
8282
};
8383

0 commit comments

Comments
 (0)