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

[IB2-437] Reduce the font size of the empty Offrz title

  • Loading branch information
mahmoud-adam85 committed Sep 7, 2018
1 parent 273db3d commit 3a30ac6d140db37bdea161d065945f458b4ee7c0
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cliqz/MyOffrz/OffrzEmptyView.swift
@@ -55,7 +55,7 @@ class OffrzEmptyView: UIView {
private func setStyles() {
emptyTitleLabel.numberOfLines = 2
emptyTitleLabel.textAlignment = .center
emptyTitleLabel.font = UIFont.boldSystemFont(ofSize: 22)
emptyTitleLabel.font = UIFont.boldSystemFont(ofSize: 18)
emptyTitleLabel.textColor = UIColor.white
emptyTitleLabel.applyShadow()

0 comments on commit 3a30ac6

Please sign in to comment.