From c9bac33798a5cb85998dd4a5efc7ce197b1c9598 Mon Sep 17 00:00:00 2001 From: solar3070 <> Date: Sun, 29 Oct 2023 00:33:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20=EC=97=90=EB=9F=AC=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/Layout.tsx b/src/components/Layout/Layout.tsx index bf278671..68f126a3 100644 --- a/src/components/Layout/Layout.tsx +++ b/src/components/Layout/Layout.tsx @@ -9,7 +9,7 @@ export function Layout({ return
{children}
; } -const Main = styled.div<{ moreStyle?: CSSProperties }>` +const Main = styled.div<{ moreStyle?: SerializedStyles }>` display: flex; flex-direction: column; `;