Skip to content

Commit

Permalink
Merge pull request #1140 from tchapgouv/1139-ameliorer-lui-de-succes-…
Browse files Browse the repository at this point in the history
…de-creation-de-compte

Améliorer l'UI de succès de création de compte
  • Loading branch information
NicolasBuquet authored Dec 16, 2024
2 parents a3d0056 + 505b8b3 commit 5ac8ef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ struct OnboardingCongratulationsScreen: View {
.font(theme.fonts.title2B)
.foregroundColor(.white)

// Tchap: replace deprecated `StyleText` with `Text(AttributedString)`
StyledText(viewModel.viewState.messageString)
// Text(AttributedString(viewModel.viewState.messageString))
.font(theme.fonts.body)
.foregroundColor(.white)
.multilineTextAlignment(.center)
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1139.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Améliorer l'UI de succès de création de compte

0 comments on commit 5ac8ef3

Please sign in to comment.