Skip to content

Commit

Permalink
fix(atoms): add xl size to the Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Oct 2, 2018
1 parent ff3f967 commit 3a9a1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/typography/Icon/Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type IconProps = {
/** icon color */
color?: $Keys<typeof PALETTE>,
/** icon size */
size?: 'xs' | 'sm' | 'md' | 'lg' | 'stretch',
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'stretch',
};

const name = 'icon';
Expand Down

0 comments on commit 3a9a1e8

Please sign in to comment.