We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531a595 commit 7004be0Copy full SHA for 7004be0
packages/react-error-overlay/src/styles.js
@@ -77,7 +77,7 @@ const headerStyle = {
77
'font-family': 'sans-serif',
78
color: red,
79
'white-space': 'pre-wrap',
80
- margin: '0.75rem 2rem 0 0', // Prevent overlap with close button
+ margin: '0.25rem 2rem 0 0', // Prevent overlap with close button
81
flex: '0 0 auto',
82
};
83
@@ -171,7 +171,6 @@ const footerStyle = {
171
172
color: darkGray,
173
'margin-top': '0.5rem',
174
- 'margin-bottom': '1rem',
175
176
177
0 commit comments