Skip to content

Commit

Permalink
Update Code.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
meiyerDev committed Sep 4, 2024
1 parent 5e63c51 commit ddd84c4
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 ddd84c4

Please sign in to comment.