From 3785af16200c3df8094a41972ca1798390c40e63 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 6 Dec 2020 16:58:22 -0600 Subject: [PATCH] Go back to the filled folder image and make it a the secondary accent color --- iOS/AppAssets.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/AppAssets.swift b/iOS/AppAssets.swift index b34b4db4c..ef1757776 100644 --- a/iOS/AppAssets.swift +++ b/iOS/AppAssets.swift @@ -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 = {