Skip to content

Commit a108799

Browse files
committed
Change background color ot gray instead of white
1 parent d48d8fb commit a108799

File tree

1 file changed

+2
-2
lines changed
  • OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI

1 file changed

+2
-2
lines changed

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/MainPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
88
mc:Ignorable="d">
9-
10-
<Grid>
9+
10+
<Grid Background="#FFF0F0F0">
1111
<Grid.RowDefinitions>
1212
<RowDefinition x:Name="RowThatContainsTheBanner" Height="Auto"/>
1313
<RowDefinition x:Name="RowThatContainsThePage" Height="*"/>

0 commit comments

Comments
 (0)