Skip to content

Commit 0d7dfd2

Browse files
committed
chore(colorwheel): move isWithColorLoupe property
1 parent 51e7494 commit 0d7dfd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/colorwheel/stories/colorwheel.stories.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default {
5353
isDisabled: false,
5454
isFocused: false,
5555
isWithColorArea: false,
56+
isWithColorLoupe: true,
5657
selectedColor: "rgba(255, 0, 0, 50%)",
5758
},
5859
parameters: {
@@ -66,9 +67,7 @@ export default {
6667
};
6768

6869
export const Default = ColorWheelGroup.bind({});
69-
Default.args = {
70-
isWithColorLoupe: true,
71-
};
70+
Default.args = {};
7271

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

0 commit comments

Comments
 (0)