mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Switches folder image to SFSymbol folder.fill
This commit is contained in:
@@ -53,7 +53,7 @@ struct AppAssets {
|
||||
}()
|
||||
|
||||
static var masterFolderImage: RSImage = {
|
||||
let image = RSImage(systemName: "tag")!
|
||||
let image = RSImage(systemName: "folder.fill")!
|
||||
return image.maskWithColor(color: AppAssets.masterFolderColor.cgColor)!
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user