mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-03 13:30:14 +01:00
Go back to the filled folder image and make it a the secondary accent color
This commit is contained in:
parent
5927c77a04
commit
3785af1620
@ -154,7 +154,7 @@ struct AppAssets {
|
||||
}()
|
||||
|
||||
static var masterFolderImage: IconImage = {
|
||||
return IconImage(UIImage(systemName: "folder")!, isSymbol: true, isBackgroundSupressed: true)
|
||||
return IconImage(UIImage(systemName: "folder.fill")!, isSymbol: true, isBackgroundSupressed: true, preferredColor: AppAssets.secondaryAccentColor.cgColor)
|
||||
}()
|
||||
|
||||
static var moreImage: UIImage = {
|
||||
|
Loading…
Reference in New Issue
Block a user