Match StartChatViewController colours to latest Figma.

This commit is contained in:
Doug
2021-08-10 13:05:11 +01:00
parent e293279a53
commit cb665e4b21
3 changed files with 7 additions and 13 deletions
@@ -59,12 +59,10 @@ final class InviteFriendsHeaderView: UIView, NibLoadable, Themable {
// MARK: - Public
func update(theme: Theme) {
backgroundColor = theme.backgroundColor
button.layer.borderColor = theme.tintColor.cgColor
button.setTitleColor(theme.tintColor, for: .normal)
button.setTitleColor(theme.tintColor.withAlphaComponent(Constants.buttonHighlightedAlpha), for: .highlighted)
button.vc_setBackgroundColor(theme.backgroundColor, for: .normal)
button.vc_setBackgroundColor(theme.baseColor, for: .normal)
let buttonImage = Asset.Images.shareActionButton.image.vc_tintedImage(usingColor: theme.tintColor)