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

[IB2-323] Fixed onboarding text

  • Loading branch information
mahmoud-adam85 authored and sharath-cliqz committed Jul 30, 2018
1 parent de59798 commit e75116204a19cbb2ec71c52e431607e941895e8e
@@ -54,7 +54,7 @@ class CliqzIntroViewController: UIViewController {
}

var verticalPadding: CGFloat {
return self.view.frame.width <= 320 ? 10 : 38
return self.view.frame.width <= 320 ? 10 : 20
}

lazy fileprivate var imageViewContainer: UIStackView = {
@@ -284,7 +284,7 @@ extension CliqzIntroViewController {
fileprivate func setupDynamicFonts() {
startBrowsingButton.titleLabel?.font = UIFont(name: "FiraSans-Regular", size: DynamicFontHelper.defaultHelper.IntroStandardFontSize)
cardViews.forEach { cardView in
cardView.titleLabel.font = UIFont(name: "FiraSans-Medium", size: 25)
cardView.titleLabel.font = UIFont(name: "FiraSans-Medium", size: 22)
cardView.textLabel.font = UIFont(name: "FiraSans-Regular", size: DynamicFontHelper.defaultHelper.IntroStandardFontSize)
cardView.optInView.textLabel.font = UIFont(name: "FiraSans-Regular", size: DynamicFontHelper.defaultHelper.IntroStandardFontSize)
}
Binary file not shown.

0 comments on commit e751162

Please sign in to comment.