We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa4cbd commit fc6ddf2Copy full SHA for fc6ddf2
features/ftue/impl/src/main/kotlin/io/element/android/features/ftue/impl/welcome/WelcomeView.kt
@@ -75,7 +75,7 @@ fun WelcomeView(
75
Text(
76
modifier = Modifier.testTag(TestTags.welcomeScreenTitle),
77
text = stringResource(R.string.screen_welcome_title, applicationName),
78
- style = ElementTheme.typography.fontHeadingLgBold,
+ style = ElementTheme.typography.fontHeadingMdBold,
79
color = ElementTheme.colors.textPrimary,
80
textAlign = TextAlign.Center,
81
)
0 commit comments