diff --git a/iOS/AppAssets.swift b/iOS/AppAssets.swift index 1904414f9..4cf148530 100644 --- a/iOS/AppAssets.swift +++ b/iOS/AppAssets.swift @@ -85,7 +85,7 @@ struct AppAssets { }() static var searchFeedImage: UIImage = { - return UIImage(named: "magnifyingglass")! + return UIImage(systemName: "magnifyingglass")! }() static var secondaryAccentColor: UIColor = {