mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix search feed icon
This commit is contained in:
@@ -85,7 +85,7 @@ struct AppAssets {
|
||||
}()
|
||||
|
||||
static var searchFeedImage: UIImage = {
|
||||
return UIImage(named: "magnifyingglass")!
|
||||
return UIImage(systemName: "magnifyingglass")!
|
||||
}()
|
||||
|
||||
static var secondaryAccentColor: UIColor = {
|
||||
|
||||
Reference in New Issue
Block a user