Skip to content

Commit

Permalink
fix(icons): update default icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Mar 2, 2020
1 parent 94f5c70 commit 7e3d2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/paste-icons/src/helpers/IconWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const IconWrapper = styled.span<IconWrapperProps>(
);

IconWrapper.defaultProps = {
size: 'sizeIcon20',
size: 'sizeIcon30',
iconColor: 'currentColor',
};

Expand Down

0 comments on commit 7e3d2e0

Please sign in to comment.