Fix search feed icon

This commit is contained in:
Maurice Parker 2019-09-18 03:00:12 -05:00
parent 36f4366e70
commit a94c47f1d8
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ struct AppAssets {
}()
static var searchFeedImage: UIImage = {
return UIImage(named: "magnifyingglass")!
return UIImage(systemName: "magnifyingglass")!
}()
static var secondaryAccentColor: UIColor = {