Skip to content

Commit

Permalink
Merge pull request #532 from Mehdi-Messaadi/mehdimessaadi/bg-color-ht…
Browse files Browse the repository at this point in the history
…ml-snippet-dark-theme

[#524]: fixed HTML snippet browser background color in dark theme
  • Loading branch information
dzencot authored Jul 23, 2024
2 parents 6c241cc + 8dc0eca commit c28d14d
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 c28d14d

Please sign in to comment.