From 423307ce9a534c8a82b93530b8d79a0f5b06fb4e Mon Sep 17 00:00:00 2001 From: joyeongchan Date: Tue, 30 Jun 2026 15:54:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20iOS=2026=20Safari=20=EB=85=B8=EC=B9=98?= =?UTF-8?q?=20=EC=98=81=EC=97=AD=EC=9D=B4=20=ED=9D=B0=EC=83=89=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=B4=EC=9D=B4=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/styles/globals.css b/apps/web/src/styles/globals.css index 6cc38ada..ec9709e5 100644 --- a/apps/web/src/styles/globals.css +++ b/apps/web/src/styles/globals.css @@ -164,7 +164,7 @@ */ html, body { - background-color: var(--color-neutral-50); + background-color: var(--color-bg-layer-basement); } /**