diff --git a/components/IconButton.tsx b/components/IconButton.tsx index 7958165..19df8e3 100644 --- a/components/IconButton.tsx +++ b/components/IconButton.tsx @@ -12,7 +12,7 @@ const Btn = styled.button` cursor: pointer; background: none; border: none; - display: flex; + display: inline-flex; align-items: center; `;