Skip to content

Commit fe2796a

Browse files
committed
change story name
1 parent 5690d0c commit fe2796a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ColorInput/ColorInput.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const StyledCutout = styled(Cutout)`
1616
`;
1717
storiesOf('ColorInput', module)
1818
.addDecorator(story => <Wrapper>{story()}</Wrapper>)
19-
.add('uncontrolled', () =>
19+
.add('default', () =>
2020
React.createElement(() => <ColorInput defaultValue='#00f' />)
2121
)
2222

0 commit comments

Comments
 (0)