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