diff --git a/RiotSwiftUI/Modules/Onboarding/Congratulations/View/OnboardingCongratulationsScreen.swift b/RiotSwiftUI/Modules/Onboarding/Congratulations/View/OnboardingCongratulationsScreen.swift index 987cb98f4e..01ba74435e 100644 --- a/RiotSwiftUI/Modules/Onboarding/Congratulations/View/OnboardingCongratulationsScreen.swift +++ b/RiotSwiftUI/Modules/Onboarding/Congratulations/View/OnboardingCongratulationsScreen.swift @@ -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) diff --git a/changelog.d/1139.change b/changelog.d/1139.change new file mode 100644 index 0000000000..5c32659d5e --- /dev/null +++ b/changelog.d/1139.change @@ -0,0 +1 @@ +Améliorer l'UI de succès de création de compte \ No newline at end of file