Switches folder image to SFSymbol folder.fill
This commit is contained in:
parent
ec609bbe7d
commit
ddfb5a8aaa
|
@ -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)!
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue