mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-05 13:27:36 +01:00
chore: apply large title style to slogan title
This commit is contained in:
parent
9fefdccef2
commit
9d0c0fae90
@ -16,7 +16,7 @@ final class WelcomeViewController: UIViewController {
|
||||
|
||||
let sloganLabel: UILabel = {
|
||||
let label = UILabel()
|
||||
label.font = .boldSystemFont(ofSize: 34)
|
||||
label.font = UIFontMetrics(forTextStyle: .largeTitle).scaledFont(for: UIFont.boldSystemFont(ofSize: 34))
|
||||
label.textColor = Asset.Colors.Label.black.color
|
||||
label.text = L10n.Common.Label.slogon
|
||||
label.adjustsFontForContentSizeCategory = true
|
||||
|
Loading…
Reference in New Issue
Block a user