Skip to content

Commit 972dde4

Browse files
committed
fix story size
1 parent 4b63b91 commit 972dde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/Icon/index.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const Simple = () => (
1212
<Stack gap={2}>
1313
<Icon name="github" />
1414
<Icon name="github" css={{ color: 'blues.500' }} />
15-
<Icon name="github" size={6} />
15+
<Icon name="github" size={24} />
1616
</Stack>
1717
);
1818

0 commit comments

Comments
 (0)