From 9cda165d30410909065ccf24a66da89c1a61f9be Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 15 Jul 2026 14:42:10 +0900 Subject: [PATCH] =?UTF-8?q?fix(main):=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=EB=B0=B0=EA=B2=BD=20=ED=88=AC=EB=AA=85?= =?UTF-8?q?=EB=8F=84=EB=A5=BC=20=EC=A1=B0=EC=A0=95=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/V2/Main/MainView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/V2/Main/MainView.swift b/SodaLive/Sources/V2/Main/MainView.swift index 722c948e..9dce86e1 100644 --- a/SodaLive/Sources/V2/Main/MainView.swift +++ b/SodaLive/Sources/V2/Main/MainView.swift @@ -98,7 +98,7 @@ struct MainView: View { Spacer() EventPopupDialogView(eventPopup: eventItem) } - .background(Color.black) + .background(Color.black.opacity(0.6)) .onTapGesture { appState.eventPopup = nil }