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', };