Skip to content

Commit

Permalink
Update apps/vr-tests-react-components/src/stories/ColorPicker/ColorPi…
Browse files Browse the repository at this point in the history
…cker.stories.tsx

Co-authored-by: Victor Genaev <[email protected]>
  • Loading branch information
ValentinaKozlova and mainframev authored Dec 19, 2024
1 parent 53fb15b commit c5d7970
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ export default {
decorators: [story => withStoryWrightSteps({ story, steps })],
} satisfies Meta<typeof ColorPicker>;

export const Default = () => (
<>
<SampleColorPicker color={{ h: 109, s: 1, v: 0.91 }} />
</>
);
export const Default = () => <SampleColorPicker color={{ h: 109, s: 1, v: 0.91 }} />;
Default.storyName = 'default';

export const DefaultDarkMode = getStoryVariant(Default, DARK_MODE);
Expand Down

0 comments on commit c5d7970

Please sign in to comment.