From e79fca490ba12a5936ed5aa8a11d2e4bc134bb01 Mon Sep 17 00:00:00 2001 From: wooBottle Date: Fri, 9 Feb 2024 15:56:02 +0900 Subject: [PATCH] =?UTF-8?q?:art:=20=EB=B0=B0=EA=B2=BD=EC=83=89=20bg.surfas?= =?UTF-8?q?e3=20c=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e3e9b990..38349def 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -58,5 +58,5 @@ const containerCss = { }; const bodyCss = { - // backgroundColor: 'bg.surface1', + backgroundColor: 'bg.surface3', };