From 33ea2413f5dc1514a85fc492be27cc4e8b7fea20 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 8 Apr 2025 13:48:15 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=80=EC=83=89=EC=B0=BD=20-=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=EC=B0=BD=20=EB=B0=B0=EA=B2=BD=EC=83=89=EC=9D=B4=20saf?= =?UTF-8?q?earea=20=EC=98=81=EC=97=AD=EA=B9=8C=EC=A7=80=20=EC=A7=80?= =?UTF-8?q?=EC=A0=95=EB=90=98=EB=8D=98=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Search/SearchView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SodaLive/Sources/Search/SearchView.swift b/SodaLive/Sources/Search/SearchView.swift index 47da4e8..93e96aa 100644 --- a/SodaLive/Sources/Search/SearchView.swift +++ b/SodaLive/Sources/Search/SearchView.swift @@ -53,10 +53,11 @@ struct SearchView: View { } } } - .padding(.horizontal, 21.3) .frame(height: 50) + .padding(.horizontal, 21.3) .frame(maxWidth: .infinity) .background(Color.gray22) + .clipShape(RoundedRectangle(cornerRadius: 6.7)) .overlay( RoundedRectangle(cornerRadius: 6.7) .strokeBorder(lineWidth: 1)