Skip to content

Commit 85cd38f

Browse files
committed
tweak font sizes again 🙈
1 parent 3813f73 commit 85cd38f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎lib/error-debug.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const styles = {
3030
background: '#a6004c',
3131
boxSizing: 'border-box',
3232
overflow: 'auto',
33-
padding: '16px',
33+
padding: '15px',
3434
position: 'fixed',
3535
left: 0,
3636
right: 0,
@@ -41,7 +41,7 @@ const styles = {
4141

4242
message: {
4343
fontFamily: '"SF Mono", "Roboto Mono", "Fira Mono", consolas, menlo-regular, monospace',
44-
fontSize: '14px',
44+
fontSize: '13px',
4545
color: '#fbe7f1',
4646
margin: 0,
4747
whiteSpace: 'pre-wrap',
@@ -50,7 +50,7 @@ const styles = {
5050

5151
heading: {
5252
fontFamily: '-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif',
53-
fontSize: '16px',
53+
fontSize: '15px',
5454
fontWeight: 'bold',
5555
color: '#ff84bf',
5656
marginBottom: '20px'

0 commit comments

Comments
 (0)