Skip to content

Commit

Permalink
[feat] allow custom whisper font
Browse files Browse the repository at this point in the history
  • Loading branch information
jesster2k10 authored Jun 23, 2020
1 parent 16ef882 commit 711f8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WhisperView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ open class WhisperView: UIView {
open lazy var titleLabel: UILabel = {
let label = UILabel()
label.textAlignment = .center
label.font = UIFont(name: "HelveticaNeue", size: 13)
label.font = FontList.Whisper.title
label.frame.size.width = UIScreen.main.bounds.width - 60

return label
Expand Down

0 comments on commit 711f8bf

Please sign in to comment.