Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Merge branch 'dev' of github.com:pedronauck/docz into dev
Browse files Browse the repository at this point in the history
* 'dev' of github.com:pedronauck/docz:
  fix(docz-example-flow): scale and outline props (#211)
  • Loading branch information
pedronauck committed Aug 13, 2018
2 parents 40a222e + c8a4195 commit 6a3e718
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 6a3e718

Please sign in to comment.