Skip to content

Commit

Permalink
Merge pull request #98 from placetopay-org/feature/TA-2984-example-se…
Browse files Browse the repository at this point in the history
…lector-color

Update Code.jsx
  • Loading branch information
meiyerDev authored Sep 4, 2024
2 parents 5e63c51 + ddd84c4 commit 3eeacd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Code.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function CodeGroupHeader({ title, children, selectedIndex, onChange }) {
return (
<div className="mt-2">
<select
className="bg-inherit"
className="bg-inherit text-white/80 dark:text-white/60"
onChange={(evt) => onChange(evt.target.value)}
>
{Children.map(children, (child, childIndex) => (
Expand Down

0 comments on commit 3eeacd8

Please sign in to comment.