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)