Merge pull request #1252 from omnivore-app/fix/ios-login-branding
Tagline and font changes to the welcome page
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user