Skip to content

Commit

Permalink
feat(theming cleanup): use correct icon color for stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddouglasz committed Apr 23, 2024
1 parent c7e1be8 commit 6ba2760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/stamp/src/stamp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const tonesPropsMap = (): Record<TTone, ToneRelatedProps> => ({
borderColor: designTokens.colorPrimary85,
color: designTokens.colorSuccess40,
},
iconColor: 'primary',
iconColor: 'success',
},
information: {
styles: {
Expand Down

0 comments on commit 6ba2760

Please sign in to comment.