Skip to content

Commit

Permalink
Update CodeSnippetPreview.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JSer committed Feb 18, 2024
1 parent e10bac2 commit 9dc9661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/web/components/CodeSnippetPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default function CodeSnippetPreview({
>
<View $flex="0 0 0" $width="max-content" $margin="auto auto">
<$.p
$backgroundColor="#24292e"
$backgroundColor="#15202b"
$margin={0}
$padding="15px 15px 0"
$display="flex"
Expand All @@ -272,7 +272,7 @@ export default function CodeSnippetPreview({
dangerouslySetInnerHTML={{ __html: preview }}
></div>
<$.p
$backgroundColor="#24292e"
$backgroundColor="#15202b"
$margin={0}
$padding="10px 10px 0"
$display="flex"
Expand Down

0 comments on commit 9dc9661

Please sign in to comment.