Removed unused color for folders. This has been replaced with the tint color.

This commit is contained in:
Maurice Parker 2019-08-03 17:28:45 -05:00
parent e39972bd64
commit 0b9522261e
2 changed files with 0 additions and 24 deletions

View File

@ -44,10 +44,6 @@ struct AppAssets {
return RSImage(named: "feedImage")!
}()
static var masterFolderColor: UIColor = {
return UIColor(named: "masterFolderColor")!
}()
static var masterFolderImage: UIImage = {
return UIImage(systemName: "folder.fill")!
}()

View File

@ -1,20 +0,0 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [
{
"idiom" : "universal",
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "111",
"alpha" : "1.000",
"blue" : "250",
"green" : "175"
}
}
}
]
}