Update selected highlight dark theme color per Scott B

This commit is contained in:
Nora Trapp 2020-03-23 12:08:05 -07:00
parent b58e5d3945
commit 2bc5f404f8

View File

@ -62,7 +62,7 @@ public extension Theme {
}
class var selectedConversationCellColor: UIColor {
return Theme.isDarkThemeEnabled ? UIColor.ows_whiteAlpha30 : UIColor.ows_accentBlue.withAlphaComponent(0.15)
return Theme.isDarkThemeEnabled ? UIColor.ows_whiteAlpha20 : UIColor.ows_accentBlue.withAlphaComponent(0.15)
}
}