Go back to the filled folder image and make it a the secondary accent color

This commit is contained in:
Maurice Parker 2020-12-06 16:58:22 -06:00
parent 5927c77a04
commit 3785af1620
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {