mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-13 18:07:20 -06:00
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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user