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

@@ -15,7 +15,7 @@ class MasterFeedUnreadCountView : UIView {
}
let cornerRadius = 8.0
let bgColor = AppAssets.unreadCountBackgroundColor
let bgColor = AppAssets.controlBackgroundColor
var textColor: UIColor {
return UIColor.white
}