Skip to content

Commit 9b3e8d8

Browse files
committed
Tweaks to Side Pane Reveal Effect
1 parent 1107889 commit 9b3e8d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Files UWP/ProHome.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -658,9 +658,9 @@
658658
<Grid>
659659
<StackPanel>
660660
<StackPanel.Resources>
661-
<SolidColorBrush x:Key="ListViewItemBackgroundSelected" Color="LightGray"/>
662-
<SolidColorBrush x:Key="ListViewItemBackgroundSelectedPointerOver" Color="LightGray"/>
663-
<SolidColorBrush x:Key="ListViewItemBackgroundSelectedPressed" Color="LightGray"/>
661+
<SolidColorBrush x:Key="ListViewItemBackgroundSelected" Color="{ThemeResource SystemRevealListMediumColor}"/>
662+
<SolidColorBrush x:Key="ListViewItemBackgroundSelectedPointerOver" Color="{ThemeResource SystemRevealListMediumColor}"/>
663+
<SolidColorBrush x:Key="ListViewItemBackgroundSelectedPressed" Color="{ThemeResource SystemRevealListMediumColor}"/>
664664
</StackPanel.Resources>
665665
<TextBlock Margin="10" Text="Locations" FontSize="14" FontWeight="Bold" Padding="0" VerticalAlignment="Stretch"/>
666666
<ListView SelectionChanged="LocationsList_SelectionChanged" SelectionMode="Single" IsItemClickEnabled="True" ItemClick="LocationsList_ItemClick" Name="LocationsList">

0 commit comments

Comments
 (0)