Skip to content

Commit

Permalink
refactor(dropdown): fix code block background color
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Jul 30, 2024
1 parent 5a14e7c commit 4a0e3b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const PopperPlacementDemo = <
</p>
<pre
style={{
backgroundColor: "#f9f9f9",
backgroundColor: "#c3c3c347",
borderRadius: 4,
padding: "0px 20px",
}}
Expand Down

0 comments on commit 4a0e3b8

Please sign in to comment.