Skip to content

Commit

Permalink
fix background of cards listbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane ANDRE (E104915) committed Sep 12, 2024
1 parent 0be393b commit fd8649c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyNet.Wpf/Styles/Controls.ListBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@
</Style>

<Style x:Key="MyNet.Styles.ListBoxItem.Card" TargetType="{x:Type ListBoxItem}" BasedOn="{StaticResource MyNet.Styles.ListBoxItem}">
<Setter Property="Background" Value="{DynamicResource MyNet.Brushes.Application.Background.Light}" />
<Setter Property="Background" Value="{DynamicResource MyNet.Brushes.Control.Background}" />
<Setter Property="BorderBrush" Value="{me:BrushBinding SelfPath=Background}" />
<Setter Property="BorderThickness" Value="2" />
<Setter Property="HorizontalContentAlignment" Value="Left" />
Expand Down

0 comments on commit fd8649c

Please sign in to comment.