Skip to content

Commit a9d7246

Browse files
authored
Merge pull request #208 from MicrosoftEdge/user/pieths-ms/update-uwp-sample-app-theme
Remove hard coded colors in the WebView2 UWP sample app.
2 parents 4f28fa3 + b903475 commit a9d7246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SampleApps/webview2_sample_uwp/Pages/Browser.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ found in the LICENSE file.-->
2020
<RowDefinition Height="50"/>
2121
</Grid.RowDefinitions>
2222

23-
<Grid Grid.Row="0" Background="LightGray">
23+
<Grid Grid.Row="0">
2424
<Grid.ColumnDefinitions>
2525
<ColumnDefinition Width="Auto"/>
2626
<ColumnDefinition Width="Auto"/>
@@ -43,7 +43,7 @@ found in the LICENSE file.-->
4343

4444
<controls:WebView2 x:Name="WebView2" Grid.Row="1"/>
4545

46-
<Rectangle Grid.Row="2" Fill="LightGray"/>
46+
<Rectangle Grid.Row="2"/>
4747
<TextBlock x:Name="StatusBar" Text="WebView2" VerticalAlignment="Center" Grid.Row="2" Margin="10,0,10,0"/>
4848
</Grid>
4949
</local:BasePage>

0 commit comments

Comments
 (0)