Use correct font (from Figma)

This commit is contained in:
Benoit Marty
2023-07-18 02:05:12 +02:00
committed by Benoit Marty
parent 9a76adcd5e
commit eb2bec147e

View File

@@ -75,7 +75,7 @@ fun WelcomeView(
Text(
modifier = Modifier.testTag(TestTags.welcomeScreenTitle),
text = stringResource(R.string.screen_welcome_title, applicationName),
style = ElementTheme.typography.fontHeadingLgBold,
style = ElementTheme.typography.fontHeadingMdBold,
color = ElementTheme.colors.textPrimary,
textAlign = TextAlign.Center,
)