Skip to content

Commit

Permalink
Update color picker button text color
Browse files Browse the repository at this point in the history
  • Loading branch information
low-earth-orbit committed Oct 21, 2024
1 parent e2509d9 commit 4bc79c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/MyColorPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ function MyColorPicker({ id, color, onChange }: Props) {
id={`myColorPickerButton-${id}`}
aria-describedby={`myColorPickerPopover-${id}`}
onClick={handleClick}
style={{
color: color,
}}
size="small"
>
{/* Square color indicator */}
<div
Expand Down

0 comments on commit 4bc79c3

Please sign in to comment.