Skip to content

Commit

Permalink
chore(colorwheel): move isWithColorLoupe property
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf committed Feb 7, 2025
1 parent 1515e5d commit cfe49cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/colorwheel/stories/colorwheel.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default {
isDisabled: false,
isFocused: false,
isWithColorArea: false,
isWithColorLoupe: true,
selectedColor: "rgba(255, 0, 0, 50%)",
},
parameters: {
Expand All @@ -66,9 +67,7 @@ export default {
};

export const Default = ColorWheelGroup.bind({});
Default.args = {
isWithColorLoupe: true,
};
Default.args = {};

// ********* DOCS ONLY ********* //
export const Disabled = Template.bind({});
Expand Down

0 comments on commit cfe49cb

Please sign in to comment.