DesignKit: Update fonts to match Figma.

This commit is contained in:
Doug
2022-09-14 19:43:08 +01:00
committed by Doug
parent 00a038d8db
commit 996ef8b4b3
10 changed files with 88 additions and 118 deletions

View File

@@ -65,7 +65,7 @@ struct LoginScreen: View {
/// The header containing a Welcome Back title.
var header: some View {
Text(ElementL10n.authenticationLoginTitle)
.font(.element.title2B)
.font(.element.title2Bold)
.multilineTextAlignment(.center)
.foregroundColor(.element.primaryContent)
}