diff --git a/apps/ios/Shared/Views/ChatList/ChatsView.swift b/apps/ios/Shared/Views/ChatList/ChatsView.swift index 4ed2460bc1..ed36f49e3b 100644 --- a/apps/ios/Shared/Views/ChatList/ChatsView.swift +++ b/apps/ios/Shared/Views/ChatList/ChatsView.swift @@ -308,6 +308,9 @@ struct ChatsSearchBar: View { Color.clear .frame(width: 30, height: 30) Image(systemName: "line.3.horizontal.decrease.circle" + (showUnreadAndFavorites ? ".fill" : "")) + .resizable() + .scaledToFit() + .frame(width: 18, height: 18) .foregroundColor(.accentColor) } }