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 adf9b80 commit 06458b8Copy full SHA for 06458b8
packages/ui-components/Common/CircularIcon/index.stories.tsx
@@ -7,7 +7,7 @@ type Meta = MetaObj<typeof CircularIcon>;
7
8
export const Icons: Story = {
9
render: () => (
10
- <div style={{ display: 'flex', gap: '16px', alignItems: 'center' }}>
+ <div className="flex items-center gap-4">
11
<CircularIcon symbol="B" color="#3b82f6" size="sm" />
12
<CircularIcon symbol="G" color="#10b981" size="md" />
13
<CircularIcon symbol="R" color="#ef4444" size="lg" />
0 commit comments