Skip to content

Commit

Permalink
Change default icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Jul 10, 2024
1 parent 840c973 commit 98927e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/Icon/index.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export const Basic: StoryObj<typeof Icon> = {
args: {
IconComponent: ArrowRightLeft,
size: 'sm',
color: 'var(--teal)',
color: 'white',
},
};

0 comments on commit 98927e5

Please sign in to comment.