@@ -164,6 +164,7 @@ exports[`Game page - GAME - DARK style renders a <Code /> component 1`] = `
164
164
}
165
165
>
166
166
<SyntaxHighlighter
167
+ PreTag = { [Function ]}
167
168
className = " fixed"
168
169
language = " javascript"
169
170
style = {
@@ -313,7 +314,7 @@ exports[`Game page - GAME - DARK style renders a <Code /> component 1`] = `
313
314
}
314
315
}
315
316
>
316
- <pre
317
+ <CodePreTag
317
318
className = " fixed"
318
319
style = {
319
320
Object {
@@ -326,10 +327,24 @@ exports[`Game page - GAME - DARK style renders a <Code /> component 1`] = `
326
327
}
327
328
}
328
329
>
329
- <code >
330
- Code ES5 - Prototype
331
- </code >
332
- </pre >
330
+ <pre
331
+ className = " fixed"
332
+ style = {
333
+ Object {
334
+ " background" : " #282828" ,
335
+ " border" : " 1px solid #555" ,
336
+ " color" : " #ebdbb2" ,
337
+ " display" : " block" ,
338
+ " overflowX" : " auto" ,
339
+ " padding" : " 1em" ,
340
+ }
341
+ }
342
+ >
343
+ <code >
344
+ Code ES5 - Prototype
345
+ </code >
346
+ </pre >
347
+ </CodePreTag >
333
348
</SyntaxHighlighter >
334
349
</Code >
335
350
` ;
@@ -592,6 +607,7 @@ exports[`Game page - GAME - LIGHT style renders a <Code /> component 1`] = `
592
607
}
593
608
>
594
609
<SyntaxHighlighter
610
+ PreTag = { [Function ]}
595
611
className = " fixed"
596
612
language = " javascript"
597
613
style = {
@@ -712,7 +728,7 @@ exports[`Game page - GAME - LIGHT style renders a <Code /> component 1`] = `
712
728
}
713
729
}
714
730
>
715
- <pre
731
+ <CodePreTag
716
732
className = " fixed"
717
733
style = {
718
734
Object {
@@ -725,10 +741,24 @@ exports[`Game page - GAME - LIGHT style renders a <Code /> component 1`] = `
725
741
}
726
742
}
727
743
>
728
- <code >
729
- Code ES5 - Prototype
730
- </code >
731
- </pre >
744
+ <pre
745
+ className = " fixed"
746
+ style = {
747
+ Object {
748
+ " background" : " #fafafa" ,
749
+ " border" : " 1px solid #d8d8d8" ,
750
+ " color" : " #383a42" ,
751
+ " display" : " block" ,
752
+ " overflowX" : " auto" ,
753
+ " padding" : " 1em" ,
754
+ }
755
+ }
756
+ >
757
+ <code >
758
+ Code ES5 - Prototype
759
+ </code >
760
+ </pre >
761
+ </CodePreTag >
732
762
</SyntaxHighlighter >
733
763
</Code >
734
764
` ;
0 commit comments