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 = {
|
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 = {
|
static var moreImage: UIImage = {
|
||||||
|
|
Loading…
Reference in New Issue