We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec383ed commit 34cec96Copy full SHA for 34cec96
1 file changed
src/components/ColorField/ColorField.stories.tsx
@@ -27,6 +27,7 @@ export const NoPalettePresets = Template.bind({});
27
NoPalettePresets.args = {
28
...Default.args,
29
allowCustomColor: true,
30
+ colorPresets: [],
31
};
32
33
type TemplateColorHashProps = { stringForColorHashValue: string } & Pick<
0 commit comments