We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5690d0c commit fe2796aCopy full SHA for fe2796a
src/components/ColorInput/ColorInput.stories.js
@@ -16,7 +16,7 @@ const StyledCutout = styled(Cutout)`
16
`;
17
storiesOf('ColorInput', module)
18
.addDecorator(story => <Wrapper>{story()}</Wrapper>)
19
- .add('uncontrolled', () =>
+ .add('default', () =>
20
React.createElement(() => <ColorInput defaultValue='#00f' />)
21
)
22
0 commit comments