Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[IB2-342] Changed the color of CTA-Button to purple
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+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) |
|
|
} |
|
|
|
|
|
|