Skip to content

Commit 4eebf35

Browse files
authored
Merge pull request #313 from MarkDHarper/1145041
Fix bug 1145041 by using a color with a higher contrast ratio for error text
2 parents 9b441a3 + 8585cad commit 4eebf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sample Applications/EditingExaminerDemo/Styles.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</Style>
88

99
<Style x:Key="ErrorMessageTextBox" TargetType="TextBox">
10-
<Setter Property="Foreground" Value="Red" />
10+
<Setter Property="Foreground" Value="DarkRed" />
1111
<Setter Property="BorderBrush" Value="Red" />
1212

1313
<Style.Triggers>

0 commit comments

Comments
 (0)