Skip to content

Commit

Permalink
Update title alignment in PostSubscriptionWelcomePage
Browse files Browse the repository at this point in the history
NOJIRA
  • Loading branch information
nick0602 committed Dec 12, 2024
1 parent f24d405 commit e691446
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ fun PostSubscriptionWelcomePage(modifier: Modifier = Modifier, onClose: () -> Un

item {
Text(
textAlign = TextAlign.Center,
text = stringResource(id = R.string.post_subscription_welcome_page_title),
style = ProtonTheme.typography.headlineUnspecified.copy(color = Color.White)
)
Expand Down

0 comments on commit e691446

Please sign in to comment.