Updates UI styling for the shared page shell

Switches to the application background brush and removes the border to improve visual consistency and integrate more seamlessly with the overall application theme.
This commit is contained in:
rbalsleyMSFT
2026-03-23 12:53:14 -07:00
parent 98c1644d76
commit d6e6287b56
+1 -1
View File
@@ -173,7 +173,7 @@
<!-- Content Area -->
<Grid Grid.Column="1" Margin="12,0,0,0">
<!-- Shared page shell -->
<Border Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}" BorderBrush="{DynamicResource {x:Static SystemColors.ActiveBorderBrushKey}}" BorderThickness="1" CornerRadius="12">
<Border Background="{DynamicResource ApplicationBackgroundBrush}" BorderThickness="0" CornerRadius="12">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>