diff --git a/lib/icon-button/index.tsx b/lib/icon-button/index.tsx index 2d96533af..c648cda69 100644 --- a/lib/icon-button/index.tsx +++ b/lib/icon-button/index.tsx @@ -10,15 +10,22 @@ type OwnProps = { type Props = OwnProps; export const IconButton = ({ icon, title, ...props }: Props) => ( - - - + + + + + ); export default IconButton;