diff --git a/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift b/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift index 18153d9..1c3479d 100644 --- a/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift +++ b/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift @@ -106,6 +106,7 @@ struct RouletteSettingsView: View { .padding(.top, 21.3) } .padding(.horizontal, 13.3) + .padding(.bottom, keyboardHandler.keyboardHeight) } Spacer() @@ -143,10 +144,6 @@ struct RouletteSettingsView: View { .background(Color(hex: "222222")) .cornerRadius(16.7, corners: [.topLeft, .topRight]) - Rectangle() - .foregroundColor(Color(hex: "222222")) - .frame(width: screenSize().width, height: keyboardHandler.keyboardHeight) - if proxy.safeAreaInsets.bottom > 0 { Rectangle() .foregroundColor(Color(hex: "222222"))