diff --git a/SodaLive/Sources/Live/Room/Menu/MenuSettingsView.swift b/SodaLive/Sources/Live/Room/Menu/MenuSettingsView.swift index 885daaf..34bc04e 100644 --- a/SodaLive/Sources/Live/Room/Menu/MenuSettingsView.swift +++ b/SodaLive/Sources/Live/Room/Menu/MenuSettingsView.swift @@ -56,7 +56,7 @@ struct MenuSettingsView: View { textColorHex: "eeeeee", backgroundColorHex: "303030" ) - .frame(height: 350) + .frame(height: 300) .cornerRadius(6.7) .padding(.horizontal, 13.3) @@ -73,11 +73,15 @@ struct MenuSettingsView: View { Spacer() } + .edgesIgnoringSafeArea(.bottom) .onAppear { viewModel.getAllMenuPreset { self.isShowing = false } } + .onTapGesture { + hideKeyboard() + } .popup(isPresented: $viewModel.isShowPopup, type: .toast, position: .bottom, autohideIn: 2) { HStack { Spacer()