We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7004be0 commit 7936ddeCopy full SHA for 7936dde
packages/react-error-overlay/src/styles.js
@@ -37,7 +37,7 @@ const containerStyle = {
37
'box-sizing': 'border-box',
38
'text-align': 'start',
39
'font-family': 'Consolas, Menlo, monospace',
40
- 'font-size': '10px',
+ 'font-size': '11px',
41
'white-space': 'pre-wrap',
42
'word-break': 'break-word',
43
'line-height': 1.5,
@@ -77,7 +77,7 @@ const headerStyle = {
77
'font-family': 'sans-serif',
78
color: red,
79
80
- margin: '0.25rem 2rem 0 0', // Prevent overlap with close button
+ margin: '0.75rem 2rem 0 0', // Prevent overlap with close button
81
flex: '0 0 auto',
82
};
83
0 commit comments