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 @@ - - -