From dac8b718d9ea6bc991e0d9868714ee9a43d5903c Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 14 Jan 2021 23:39:19 +0100 Subject: [PATCH] Update icon button styles --- components/IconButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; `;