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)! }()