From 4bb5e7131d7fc6dee08cbff515cd20d2481faeff Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 29 Jun 2026 21:26:58 +0100 Subject: [PATCH] Replace remaining hardcoded colors in auth/settings/review pages LoginPage and SettingsPage's amber warning boxes now use WarningFillColorTertiaryBrush/WarningBorderColorDefaultBrush/ WarningForegroundColorDefaultBrush; DeleteAccountPage and DeletionPendingPage's red danger banners use SystemFillColorCriticalBrush; UserReviewEditorControl's gold star rating uses WarningForegroundColorDefaultBrush. All previously ignored the 11 color palettes. --- .../Presentation/Views/DeleteAccountPage.xaml | 6 +++--- .../Views/DeletionPendingPage.xaml | 4 ++-- Marechai.App/Presentation/Views/LoginPage.xaml | 10 +++++----- .../Presentation/Views/SettingsPage.xaml | 18 +++++++++--------- .../Views/UserReviewEditorControl.xaml | 4 ++-- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Marechai.App/Presentation/Views/DeleteAccountPage.xaml b/Marechai.App/Presentation/Views/DeleteAccountPage.xaml index f32204f3..f8c5b2b1 100644 --- a/Marechai.App/Presentation/Views/DeleteAccountPage.xaml +++ b/Marechai.App/Presentation/Views/DeleteAccountPage.xaml @@ -15,14 +15,14 @@ + BorderBrush="{ThemeResource SystemFillColorCriticalBrush}" BorderThickness="2" CornerRadius="8" Padding="0"> - + + Background="{ThemeResource SystemFillColorCriticalBrush}" Foreground="White" /> + BorderBrush="{ThemeResource SystemFillColorCriticalBrush}" BorderThickness="2" CornerRadius="8" Padding="0"> - + @@ -128,7 +128,7 @@ @@ -143,7 +143,7 @@ AutomationProperties.Name="Close error message"> + Foreground="{ThemeResource WarningForegroundColorDefaultBrush}" /> diff --git a/Marechai.App/Presentation/Views/SettingsPage.xaml b/Marechai.App/Presentation/Views/SettingsPage.xaml index a9b4d46b..63770b97 100644 --- a/Marechai.App/Presentation/Views/SettingsPage.xaml +++ b/Marechai.App/Presentation/Views/SettingsPage.xaml @@ -119,13 +119,13 @@ - - + @@ -190,8 +190,8 @@ - - + @@ -220,8 +220,8 @@ Style="{ThemeResource SubtitleTextBlockStyle}"/> -