diff --git a/SodaLive/Sources/Explorer/Profile/UserProfileView.swift b/SodaLive/Sources/Explorer/Profile/UserProfileView.swift index b680b9d..54b1829 100644 --- a/SodaLive/Sources/Explorer/Profile/UserProfileView.swift +++ b/SodaLive/Sources/Explorer/Profile/UserProfileView.swift @@ -372,10 +372,6 @@ struct UserProfileView: View { Image("ic_back") .resizable() .frame(width: 20, height: 20) - - Text(viewModel.navigationTitle) - .font(.custom(Font.preBold.rawValue, size: 20)) - .foregroundColor(Color.white) } Spacer() @@ -394,7 +390,7 @@ struct UserProfileView: View { } if userId != UserDefaults.int(forKey: .userId) { - Image("ic_seemore_vertical") + Image("ic_seemore_vertical_white") .resizable() .frame(width: 24, height: 24) .onTapGesture {