Skip to content

Commit

Permalink
fix too small font size in non-retina display
Browse files Browse the repository at this point in the history
  • Loading branch information
foisonocean committed Jan 22, 2017
1 parent 1096d73 commit f65f5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/error-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const styles = {

message: {
fontFamily: '"SF Mono", "Roboto Mono", "Fira Mono", consolas, menlo-regular, monospace',
fontSize: '10px',
fontSize: '14px',
color: '#fbe7f1',
margin: 0,
whiteSpace: 'pre-wrap',
Expand All @@ -50,7 +50,7 @@ const styles = {

heading: {
fontFamily: '-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif',
fontSize: '13px',
fontSize: '16px',
fontWeight: 'bold',
color: '#ff84bf',
marginBottom: '20px'
Expand Down

0 comments on commit f65f5f9

Please sign in to comment.