fix(main): 이벤트 팝업 배경 투명도를 조정한다

This commit is contained in:
Yu Sung
2026-07-15 14:42:10 +09:00
parent b99505174a
commit 9cda165d30

View File

@@ -98,7 +98,7 @@ struct MainView: View {
Spacer() Spacer()
EventPopupDialogView(eventPopup: eventItem) EventPopupDialogView(eventPopup: eventItem)
} }
.background(Color.black) .background(Color.black.opacity(0.6))
.onTapGesture { .onTapGesture {
appState.eventPopup = nil appState.eventPopup = nil
} }