Skip to content

Commit

Permalink
Merge pull request #313 from MarkDHarper/1145041
Browse files Browse the repository at this point in the history
Fix bug 1145041 by using a color with a higher contrast ratio for error text
  • Loading branch information
MarkDHarper committed Oct 21, 2020
2 parents 9b441a3 + 8585cad commit 4eebf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sample Applications/EditingExaminerDemo/Styles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</Style>

<Style x:Key="ErrorMessageTextBox" TargetType="TextBox">
<Setter Property="Foreground" Value="Red" />
<Setter Property="Foreground" Value="DarkRed" />
<Setter Property="BorderBrush" Value="Red" />

<Style.Triggers>
Expand Down

0 comments on commit 4eebf35

Please sign in to comment.