Skip to content

Commit

Permalink
Chore: Use color control for preselected value in color swatches (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef authored Nov 7, 2024
1 parent 547636d commit c87b713
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const meta: Meta = {
swatches: swatchesColor,
},
argTypes: {
value: { control: { type: 'color' } },
showLabel: { control: { type: 'boolean' } },
},
// prettier-ignore
Expand Down

0 comments on commit c87b713

Please sign in to comment.