Browse Source

Use correct font (from Figma)

pull/895/head
Benoit Marty 1 year ago committed by Benoit Marty
parent
commit
fc6ddf2876
  1. 2
      features/ftue/impl/src/main/kotlin/io/element/android/features/ftue/impl/welcome/WelcomeView.kt

2
features/ftue/impl/src/main/kotlin/io/element/android/features/ftue/impl/welcome/WelcomeView.kt

@ -75,7 +75,7 @@ fun WelcomeView( @@ -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,
)

Loading…
Cancel
Save