Skip to content

Commit d1ec938

Browse files
committed
fix: replace carbon icon in storybook with lucide
1 parent ce8f761 commit d1ec938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Button/Base.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const Disabled: Story = {
3939
export const WithIcon: Story = {
4040
args: {
4141
default: 'Search',
42-
classicon: 'i-carbon:search',
42+
classicon: 'i-lucide:search',
4343
variant: 'secondary',
4444
},
4545
}

0 commit comments

Comments
 (0)