From ddfb5a8aaaf7f5fbc76b7ee8b95836f728eb490d Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Thu, 20 Jun 2019 20:18:43 +0800 Subject: [PATCH] Switches folder image to SFSymbol folder.fill --- iOS/AppAssets.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/AppAssets.swift b/iOS/AppAssets.swift index f5be15e38..d53da2302 100644 --- a/iOS/AppAssets.swift +++ b/iOS/AppAssets.swift @@ -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)! }()