Skip to content

Commit

Permalink
[hexlet-rus#524]: fixed HTML snippet browser background color in dark…
Browse files Browse the repository at this point in the history
… theme
  • Loading branch information
Mehdi-Messaadi committed Jul 22, 2024
1 parent 6c241cc commit 8dc0eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/snippet/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function SnippetPage() {
</Panel>
<ResizeHandler direction={direction} />
<Panel
className="bg-body rounded-3 overflow-hidden"
className="bg-white rounded-3 overflow-hidden"
collapsible
minSize={10}
>
Expand Down

0 comments on commit 8dc0eca

Please sign in to comment.