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