Skip to content

Commit

Permalink
fix(docz-example-flow): scale and outline props (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachGawlik authored and pedronauck committed Aug 11, 2018
1 parent e0a95b3 commit c8a4195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flow/src/components/Button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Button = ({
outline = false,
children,
}: ButtonProps) => (
<ButtonStyled scales={scales} kind={kind} outlint={outline}>
<ButtonStyled scale={scale} kind={kind} outline={outline}>
{children}
</ButtonStyled>
)

0 comments on commit c8a4195

Please sign in to comment.