Skip to content

Commit

Permalink
fix: update snackbar font size
Browse files Browse the repository at this point in the history
  • Loading branch information
juandahurt committed Dec 28, 2022
1 parent bcf6d84 commit a76f19d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PuraceSnackbar: UIView, NibLoadable {
}

private func setupSubviews() {
titleLabel.font = UIFont(name: "Poppins-Regular", size: 14)
titleLabel.font = UIFont(name: "Poppins-Regular", size: 12)
titleLabel.textColor = .white

actionButton.titleLabel?.textColor = .white
Expand Down

0 comments on commit a76f19d

Please sign in to comment.