diff --git a/src/components/buttons/Button/index.js b/src/components/buttons/Button/index.js index 422f5ec3..4d1ac7c6 100644 --- a/src/components/buttons/Button/index.js +++ b/src/components/buttons/Button/index.js @@ -112,7 +112,7 @@ const IconWrapper = styled.span` `; const Button = ({ - children, className, text, icon, onClick = () => { }, disabled, isWhite = false, isWebUsb = false, isTransparent = false, + children, className, icon, onClick = () => { }, disabled, isWhite = false, isWebUsb = false, isTransparent = false, }) => (