mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update ListBox item styles for improved color contrast
This commit is contained in:
@@ -232,13 +232,13 @@
|
||||
<Setter Property="Background"
|
||||
Value="{DynamicResource SystemAccentColorLight2}" />
|
||||
<Setter Property="Foreground"
|
||||
Value="{DynamicResource SystemAccentColorDark3}" />
|
||||
Value="Black" />
|
||||
</Style>
|
||||
<Style Selector="ListBoxItem:selected /template/ ContentPresenter">
|
||||
<Setter Property="Background"
|
||||
Value="{DynamicResource SystemAccentColor}" />
|
||||
<Setter Property="Foreground"
|
||||
Value="{DynamicResource SystemAccentColorDark3}" />
|
||||
Value="White" />
|
||||
</Style>
|
||||
</ListBox.Styles>
|
||||
<ListBox.ItemTemplate>
|
||||
@@ -272,13 +272,13 @@
|
||||
<Setter Property="Background"
|
||||
Value="{DynamicResource SystemAccentColorLight2}" />
|
||||
<Setter Property="Foreground"
|
||||
Value="{DynamicResource SystemAccentColorDark3}" />
|
||||
Value="Black" />
|
||||
</Style>
|
||||
<Style Selector="ListBoxItem:selected /template/ ContentPresenter">
|
||||
<Setter Property="Background"
|
||||
Value="{DynamicResource SystemAccentColor}" />
|
||||
<Setter Property="Foreground"
|
||||
Value="{DynamicResource SystemAccentColorDark3}" />
|
||||
Value="White" />
|
||||
</Style>
|
||||
</ListBox.Styles>
|
||||
<ListBox.ItemTemplate>
|
||||
|
||||
Reference in New Issue
Block a user