diff --git a/src/components/button.js b/src/components/button.js index b4264c9..a0d5040 100644 --- a/src/components/button.js +++ b/src/components/button.js @@ -9,11 +9,13 @@ export default ({ compact, secondary, tertiary, - iconOnly + iconOnly, + ...rest }) => ( + + + + + ); +};