Skip to content

Commit

Permalink
fix(icon-wrapper): Remove default color from icon wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomateus committed Aug 16, 2023
1 parent 1c767d0 commit 4063f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/icon/IconWrapper/IconWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type IconWrapperProps = {
const IconWrapper = ({
children,
size = 16,
color = 'primary-500',
color,
className,
}: IconWrapperProps) => (
<span
Expand Down

0 comments on commit 4063f95

Please sign in to comment.