From e8202656f523e26a46a11affc4eccee00d93a060 Mon Sep 17 00:00:00 2001 From: aaminha Date: Fri, 17 May 2024 09:57:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20PlainButton=20=EB=82=B4=20=EB=B6=88?= =?UTF-8?q?=ED=95=84=EC=9A=94=ED=95=9C=20flex=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=20(#26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Button/PlainButton.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/common/Button/PlainButton.tsx b/src/components/common/Button/PlainButton.tsx index 4249dfc..01a909a 100644 --- a/src/components/common/Button/PlainButton.tsx +++ b/src/components/common/Button/PlainButton.tsx @@ -64,10 +64,6 @@ const getVariantStyle = ($variant: PlainButtonVariant) => { }; const StyledButton = styled.button` - display: flex; - justify-content: center; - align-items: center; - ${({ theme }) => theme.font.desktop.label1m}; width: ${({ $width }) => ($width ? $width : '100%')};