From 6d27ca80874cda11e86c90035fe64d202271b19b Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 7 Dec 2023 12:17:16 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A3=B0=EB=A0=9B=20=EC=84=A4=EC=A0=95=20-=20?= =?UTF-8?q?=ED=82=A4=EB=B3=B4=EB=93=9C=20=EB=86=92=EC=9D=B4=EC=97=90=20?= =?UTF-8?q?=EB=94=B0=EB=9D=BC=20=EC=8A=A4=ED=81=AC=EB=A1=A4=20=EB=8A=98?= =?UTF-8?q?=EB=A6=AC=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Live/Room/Routlette/Config/RouletteSettingsView.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"))