룰렛설정
- 모든 방향 엣지 무시 -> 하단만 엣지 무시 로 변경하여 상단에 있는 뒤로가기 버튼이 시계와 겹치는 버그 수정
This commit is contained in:
		| @@ -216,7 +216,7 @@ struct RouletteSettingsView: View { | ||||
|                     ) | ||||
|                 } | ||||
|             } | ||||
|             .ignoresSafeArea() | ||||
|             .ignoresSafeArea(edges: .bottom) | ||||
|             .popup(isPresented: $viewModel.isShowErrorPopup, type: .toast, position: .top, autohideIn: 1.3) { | ||||
|                 GeometryReader { geo in | ||||
|                     HStack { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung