Change cell selection background color to be blue. Issue #619

This commit is contained in:
Maurice Parker
2019-04-20 17:12:39 -05:00
parent 1b793c4827
commit 48d6f11aeb
6 changed files with 45 additions and 7 deletions

View File

@@ -53,6 +53,10 @@ struct AppAssets {
return image.maskWithColor(color: AppAssets.masterFolderColor)!
}()
static var selectionBackgroundColor: UIColor = {
return UIColor(named: "selectionBackgroundColor")!
}()
static var starColor: UIColor = {
return UIColor(named: "starColor")!
}()