From 505b8b3f6e2d583ddb56047e5111b59b8dd204f1 Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Mon, 16 Dec 2024 11:55:19 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9liorer=20l'UI=20de=20succ=C3=A8s=20de?= =?UTF-8?q?=20cr=C3=A9ation=20de=20compte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Congratulations/View/OnboardingCongratulationsScreen.swift | 2 ++ changelog.d/1139.change | 1 + 2 files changed, 3 insertions(+) create mode 100644 changelog.d/1139.change 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