Use correct font (from Figma)
This commit is contained in:
parent
9a76adcd5e
commit
eb2bec147e
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ fun WelcomeView(
|
||||||
Text(
|
Text(
|
||||||
modifier = Modifier.testTag(TestTags.welcomeScreenTitle),
|
modifier = Modifier.testTag(TestTags.welcomeScreenTitle),
|
||||||
text = stringResource(R.string.screen_welcome_title, applicationName),
|
text = stringResource(R.string.screen_welcome_title, applicationName),
|
||||||
style = ElementTheme.typography.fontHeadingLgBold,
|
style = ElementTheme.typography.fontHeadingMdBold,
|
||||||
color = ElementTheme.colors.textPrimary,
|
color = ElementTheme.colors.textPrimary,
|
||||||
textAlign = TextAlign.Center,
|
textAlign = TextAlign.Center,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue