Update selected highlight dark theme color per Scott B
This commit is contained in:
parent
b58e5d3945
commit
2bc5f404f8
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user