Skip to content

Commit

Permalink
fix(atoms): fix Paragraph size required
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Aug 8, 2018
1 parent 52d3070 commit c89e9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/typography/Paragraph/Paragraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { createStyledTag, createTheme } from '../../../utils';
type ParagraphProps = {|
children?: React$Node,
kind?: 'primary' | 'secondary' | 'disabled' | 'white',
size: 'md' | 'lg',
size?: 'md' | 'lg',
text?: string,
|};

Expand Down

0 comments on commit c89e9e5

Please sign in to comment.