From 9e20d945d09ea0ee681a4822b11eb73c998c5e54 Mon Sep 17 00:00:00 2001 From: majjo Date: Thu, 30 Apr 2026 10:40:36 +0200 Subject: [PATCH] tighten account summary hierarchy --- .../Views/Account/AccountManagementPage.xaml | 37 +++++++++++++------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/Wino.Mail.WinUI/Views/Account/AccountManagementPage.xaml b/Wino.Mail.WinUI/Views/Account/AccountManagementPage.xaml index f68e1697..70fea6c8 100644 --- a/Wino.Mail.WinUI/Views/Account/AccountManagementPage.xaml +++ b/Wino.Mail.WinUI/Views/Account/AccountManagementPage.xaml @@ -121,7 +121,15 @@ MinHeight="200" Description="{x:Bind domain:Translator.WinoAccount_Management_SummarySectionDescription}" Header="{x:Bind domain:Translator.WinoAccount_Management_SummarySectionTitle}"> - + + + + + + @@ -136,8 +144,10 @@ Grid.Row="0" Grid.Column="0" Padding="10" - Background="{ThemeResource CardBackgroundFillColorSecondaryBrush}" - CornerRadius="8"> + Background="{ThemeResource CardBackgroundFillColorTertiaryBrush}" + BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}" + BorderThickness="1" + CornerRadius="10"> @@ -148,8 +158,10 @@ Grid.Row="0" Grid.Column="1" Padding="10" - Background="{ThemeResource CardBackgroundFillColorSecondaryBrush}" - CornerRadius="8"> + Background="{ThemeResource CardBackgroundFillColorTertiaryBrush}" + BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}" + BorderThickness="1" + CornerRadius="10"> @@ -160,8 +172,10 @@ Grid.Row="1" Grid.Column="0" Padding="10" - Background="{ThemeResource CardBackgroundFillColorSecondaryBrush}" - CornerRadius="8"> + Background="{ThemeResource CardBackgroundFillColorTertiaryBrush}" + BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}" + BorderThickness="1" + CornerRadius="10"> @@ -172,8 +186,10 @@ Grid.Row="1" Grid.Column="1" Padding="10" - Background="{ThemeResource CardBackgroundFillColorSecondaryBrush}" - CornerRadius="8"> + Background="{ThemeResource CardBackgroundFillColorTertiaryBrush}" + BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}" + BorderThickness="1" + CornerRadius="10"> @@ -183,9 +199,6 @@ - - -