Skip to content

Commit

Permalink
docs: fix default settings in color picker story
Browse files Browse the repository at this point in the history
  • Loading branch information
tigranpetrossian committed Aug 13, 2024
1 parent 493059b commit 0118d8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Story = () => {
</Select.Content>
</Select.Root>
<div style={{ width: 240 }}>
<ColorPicker.Root colorSpace={space} models={['hsv', 'hsl']}>
<ColorPicker.Root colorSpace={space}>
<ColorPicker.Area />
<ColorPicker.Hue />
<ColorPicker.Alpha />
Expand Down
3 changes: 0 additions & 3 deletions figma-kit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ export { AlertDialog };
export { ValueField };
export { ColorPicker };
export { Collapsible };
export { blendWithWhite } from '@lib/color';
export { rgbaToCssString } from '@lib/color';
export { rgbaToP3String } from '@lib/color';

0 comments on commit 0118d8b

Please sign in to comment.