Skip to content

Commit

Permalink
Update Icons.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Feb 23, 2024
1 parent 2322954 commit 0540b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentation/src/System/Icons.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Basic: Story<any> = (args) => (
<code>{`import { IconXYZ } from "@versini/ui-components";`}</code>
</pre>
</div>
<div className="flex flex-wrap gap-2 bg-slate-900 p-10">
<div className="prose prose-dark flex max-w-none flex-wrap gap-2 bg-slate-300 p-10">
<IconBack {...args} />
<IconChart {...args} />
<IconClose {...args} />
Expand Down

0 comments on commit 0540b48

Please sign in to comment.