From 6070bdc6e00155ea6793dacaf8a5775a6abd8056 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 11 Mar 2024 12:10:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=A7=8C?= =?UTF-8?q?=EB=93=A4=EA=B8=B0=20-=20=EB=B9=84=EA=B3=B5=EA=B0=9C=20?= =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=B9=84=EB=B0=80=EB=B2=88?= =?UTF-8?q?=ED=98=B8=20=EC=9E=85=EB=A0=A5=20=EC=B0=BD=20=EB=B0=B0=EA=B2=BD?= =?UTF-8?q?=EC=83=89=20#222222=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Room/Create/LiveRoomCreateView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Live/Room/Create/LiveRoomCreateView.swift b/SodaLive/Sources/Live/Room/Create/LiveRoomCreateView.swift index 5931504..15199c5 100644 --- a/SodaLive/Sources/Live/Room/Create/LiveRoomCreateView.swift +++ b/SodaLive/Sources/Live/Room/Create/LiveRoomCreateView.swift @@ -624,7 +624,7 @@ struct LiveRoomCreateView: View { .keyboardType(.numberPad) .padding(.vertical, 15.7) .frame(width: screenSize().width - 26.7, alignment: .center) - .background(Color.grayee) + .background(Color.gray22) .cornerRadius(6.7) } }