Skip to content

Commit fc6ddf2

Browse files
committed
Use correct font (from Figma)
1 parent 5aa4cbd commit fc6ddf2

File tree

1 file changed

+1
-1
lines changed
  • features/ftue/impl/src/main/kotlin/io/element/android/features/ftue/impl/welcome

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fun WelcomeView(
7575
Text(
7676
modifier = Modifier.testTag(TestTags.welcomeScreenTitle),
7777
text = stringResource(R.string.screen_welcome_title, applicationName),
78-
style = ElementTheme.typography.fontHeadingLgBold,
78+
style = ElementTheme.typography.fontHeadingMdBold,
7979
color = ElementTheme.colors.textPrimary,
8080
textAlign = TextAlign.Center,
8181
)

0 commit comments

Comments
 (0)