fix(main): 이벤트 팝업 배경 투명도를 조정한다
This commit is contained in:
@@ -98,7 +98,7 @@ struct MainView: View {
|
||||
Spacer()
|
||||
EventPopupDialogView(eventPopup: eventItem)
|
||||
}
|
||||
.background(Color.black)
|
||||
.background(Color.black.opacity(0.6))
|
||||
.onTapGesture {
|
||||
appState.eventPopup = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user