diff --git a/app/ui/components/MobileButton.js b/app/ui/components/MobileButton.js index 4b1cca1..e366b3c 100644 --- a/app/ui/components/MobileButton.js +++ b/app/ui/components/MobileButton.js @@ -10,9 +10,9 @@ const styles = theme => ({ } }); const buttonText = { color: '#4360df', margin: '0 20px', fontWeight: 300 }; -const MobileButton = ({ classes, text, type, style }) => ( +const MobileButton = ({ classes, text, type, style, ...props }) => ( -