mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-26 10:14:33 +08:00
fix(docz-example-flow): scale and outline props (#211)
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user