룰렛설정

- 모든 방향 엣지 무시 -> 하단만 엣지 무시 로 변경하여 상단에 있는 뒤로가기 버튼이 시계와 겹치는 버그 수정
This commit is contained in:
Yu Sung 2024-10-04 15:36:42 +09:00
parent 76b5e62e6c
commit 169765b867
1 changed files with 1 additions and 1 deletions

View File

@ -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 {