Skip to content

Commit

Permalink
Fixed issue :: A11y_.NET Core_WPF_ExpenseItIntro_ViewExpenseReport_Co…
Browse files Browse the repository at this point in the history
…ntrast: The color contrast for "Names" list item is less than 4.5:1.
  • Loading branch information
anjali-wpf committed Aug 16, 2022
1 parent 4403643 commit 884e8c7
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 @@
</Label>

<Border Grid.Column="1" Grid.Row="1" Style="{StaticResource ListHeaderStyle}">
<Label Style="{StaticResource ListHeaderTextStyle}">Names</Label>
<Label FontWeight="ExtraBold" Style="{StaticResource ListHeaderTextStyle}">Names</Label>
</Border>

<ListBox Name="peopleListBox"
Expand Down

0 comments on commit 884e8c7

Please sign in to comment.