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 5aa4cbdac7
commit fc6ddf2876

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,
)