Change disclosure triangles to be gray instead of blue. Issue #1200

This commit is contained in:
Maurice Parker
2019-10-28 15:16:56 -05:00
parent 498bb365b2
commit 456abc965f
4 changed files with 9 additions and 6 deletions

View File

@@ -182,8 +182,8 @@ struct AppAssets {
return UIColor(named: "vibrantTextColor")!
}()
static var unreadCountBackgroundColor: UIColor = {
return UIColor(named: "unreadCountBackgroundColor")!
static var controlBackgroundColor: UIColor = {
return UIColor(named: "controlBackgroundColor")!
}()
static func image(for accountType: AccountType) -> UIImage? {