Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

[IB2-342] Changed the color of CTA-Button to purple

  • Loading branch information
mahmoud-adam85 authored and naira-cliqz committed Jul 31, 2018
1 parent 727498f commit 2d24e2ff1463460fc5bb11b4ad1a09ba9ea98f0c
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cliqz/MyOffrz/OffrView.swift
@@ -106,7 +106,7 @@ class OffrView: UIView {

// removed myOffrz logo
// myOffrzLogo.image = UIImage(named: "offrzLogo")
offrButton.backgroundColor = UIColor.cliqzBluePrimary
offrButton.backgroundColor = UIColor(rgb: 0x920094)
offrButton.titleLabel?.font = UIFont.boldSystemFont(ofSize: 22)
}

0 comments on commit 2d24e2f

Please sign in to comment.