diff --git a/src/components/ui/BootstrapIconButton/BootstrapIconButton.jsx b/src/components/ui/BootstrapIconButton/BootstrapIconButton.jsx index 554f9b4..968334a 100644 --- a/src/components/ui/BootstrapIconButton/BootstrapIconButton.jsx +++ b/src/components/ui/BootstrapIconButton/BootstrapIconButton.jsx @@ -2,9 +2,15 @@ import React from 'react'; import Button from 'react-bootstrap/Button'; import './BootstrapIconButton.scss'; -const BootstrapIconButton = ({ icon, onClick, children, ...props }) => { +const BootstrapIconButton = ({ + icon, + onClick, + children, + className, + ...props +}) => { return ( -