From 7b99c0f4af3ecd28d00b0ada078a8ba9f364658e Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Thu, 20 Jun 2019 16:58:27 +0800 Subject: [PATCH] Switches from folder image to tag. --- iOS/AppAssets.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/AppAssets.swift b/iOS/AppAssets.swift index 4e1387d3e..f5be15e38 100644 --- a/iOS/AppAssets.swift +++ b/iOS/AppAssets.swift @@ -53,7 +53,7 @@ struct AppAssets { }() static var masterFolderImage: RSImage = { - let image = RSImage(named: "folderImage")! + let image = RSImage(systemName: "tag")! return image.maskWithColor(color: AppAssets.masterFolderColor.cgColor)! }()