Skip to content

Commit cb10a1e

Browse files
committed
Remove accidental newline from print/screen themes
1 parent c2e272f commit cb10a1e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/themes/default/print.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ const print = (colorArgs = defaultColors, fontArgs = defaultFonts) => {
198198
tabSize: 2,
199199
hyphens: 'none',
200200
whiteSpace: 'pre-wrap',
201-
202201
padding: '0.5rem',
203202
margin: 0,
204203
},

src/themes/default/screen.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ const screen = (colorArgs = defaultColors, fontArgs = defaultFonts) => {
240240
tabSize: 2,
241241
hyphens: 'none',
242242
whiteSpace: 'pre-wrap',
243-
244243
padding: '0.5rem',
245244
margin: 0,
246245
},

0 commit comments

Comments
 (0)