fix(main): 이벤트 팝업 배경 투명도를 조정한다
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user