Tagline and font changes to the welcome page

This commit is contained in:
Jackson Harper
2022-09-28 12:29:35 +08:00
parent ee3fec9d96
commit e2d823b3d5
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@ struct WelcomeView: View {
var headlineText: some View {
Group {
Text("Never miss a great read.")
Text("Read-it-later for serious readers.")
}
.font(.appLargeTitle)
}
@ -153,6 +153,7 @@ struct WelcomeView: View {
action: { showEmailLoginModal = true },
label: {
Text("Continue with Email")
.font(.appHeadline)
.foregroundColor(.appGrayTextContrast)
.underline()
}

View File

@ -6,7 +6,7 @@ import SwiftUI
public extension Font {
/// 34pt, Inter-Regular
static var appLargeTitle: Font {
.customFont(InterFont.regular.rawValue, size: 34, relativeTo: .largeTitle)
.customFont(InterFont.bold.rawValue, size: 34, relativeTo: .largeTitle)
}
/// 28pt, Inter-Regular