diff --git a/src/components/GestureButtons.tsx b/src/components/GestureButtons.tsx index 6a3738e296..8737e903f2 100644 --- a/src/components/GestureButtons.tsx +++ b/src/components/GestureButtons.tsx @@ -120,12 +120,13 @@ class InnerBaseButton extends React.Component { }; render() { - const { rippleColor, ...rest } = this.props; + const { rippleColor, style, ...rest } = this.props; return (