From 160888c5f4cca223bad29e2d0813d217726a8513 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 7 Dec 2023 11:44:21 +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=20=EB=A7=8C?= =?UTF-8?q?=ED=81=BC=20=EC=83=81=EB=8B=A8=EC=9C=BC=EB=A1=9C=20=ED=95=98?= =?UTF-8?q?=EB=8B=A8=20=EC=98=81=EC=97=AD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Live/Room/Routlette/Config/RouletteSettingsView.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift b/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift index fb9c93b..18153d9 100644 --- a/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift +++ b/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift @@ -143,6 +143,10 @@ 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"))