Skip to content

Commit

Permalink
Improved selected display text readability in light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed May 27, 2024
1 parent b61ebe2 commit cf5e9e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<ListBox Padding="-2.5" SelectedIndex="{Binding SelectedWallpaperLayoutIndex, Mode=TwoWay}">
<TextBlock>
<Run x:Uid="WallpaperLayoutPerScreen" />
<Run Foreground="{ThemeResource SystemAccentColorLight2}" Text="{Binding SelectedItem.Screen.Index, Mode=OneWay, Converter={StaticResource StringFormatConverter}, ConverterParameter='({0})'}" />
<Run Foreground="{ThemeResource AccentTextFillColorPrimaryBrush}" Text="{Binding SelectedItem.Screen.Index, Mode=OneWay, Converter={StaticResource StringFormatConverter}, ConverterParameter='({0})'}" />
</TextBlock>
<TextBlock x:Uid="WallpaperLayoutSpan" />
<TextBlock x:Uid="WallpaperLayoutDuplicate" />
Expand Down

0 comments on commit cf5e9e3

Please sign in to comment.