Reskin: New TermsView screen

This commit is contained in:
manuroe 2018-12-21 11:41:43 +01:00
parent b40f9e88ae
commit 2041f6b4e1

View file

@ -80,7 +80,7 @@ final class TermsView: UIView, NibOwnerLoadable, UITableViewDelegate, UITableVie
}
func customizeViewRendering() {
acceptButton.backgroundColor = kRiotColorGreen
acceptButton.backgroundColor = RiotDesignValues.colorValues().accent
}