diff --git a/Tusker/Screens/Explore/SuggestedProfileCardCollectionViewCell.swift b/Tusker/Screens/Explore/SuggestedProfileCardCollectionViewCell.swift index 9a0688ac..5c40a527 100644 --- a/Tusker/Screens/Explore/SuggestedProfileCardCollectionViewCell.swift +++ b/Tusker/Screens/Explore/SuggestedProfileCardCollectionViewCell.swift @@ -189,7 +189,7 @@ private struct SuggestionSourceView: View { var body: some View { VStack(alignment: .leading) { HStack { - Image(uiImage: source.image) + Image(uiImage: source.image.withRenderingMode(.alwaysTemplate)) Text(source.title) Spacer() }