mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Go back to the filled folder image and make it a the secondary accent color
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user