Skip to content

Commit 06458b8

Browse files
committed
tw in story
1 parent adf9b80 commit 06458b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-components/Common/CircularIcon/index.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type Meta = MetaObj<typeof CircularIcon>;
77

88
export const Icons: Story = {
99
render: () => (
10-
<div style={{ display: 'flex', gap: '16px', alignItems: 'center' }}>
10+
<div className="flex items-center gap-4">
1111
<CircularIcon symbol="B" color="#3b82f6" size="sm" />
1212
<CircularIcon symbol="G" color="#10b981" size="md" />
1313
<CircularIcon symbol="R" color="#ef4444" size="lg" />

0 commit comments

Comments
 (0)