Switches from folder image to tag.
This commit is contained in:
parent
fc65b74037
commit
7b99c0f4af
|
@ -53,7 +53,7 @@ struct AppAssets {
|
|||
}()
|
||||
|
||||
static var masterFolderImage: RSImage = {
|
||||
let image = RSImage(named: "folderImage")!
|
||||
let image = RSImage(systemName: "tag")!
|
||||
return image.maskWithColor(color: AppAssets.masterFolderColor.cgColor)!
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue