We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b441a3 + 8585cad commit 4eebf35Copy full SHA for 4eebf35
Sample Applications/EditingExaminerDemo/Styles.xaml
@@ -7,7 +7,7 @@
7
</Style>
8
9
<Style x:Key="ErrorMessageTextBox" TargetType="TextBox">
10
- <Setter Property="Foreground" Value="Red" />
+ <Setter Property="Foreground" Value="DarkRed" />
11
<Setter Property="BorderBrush" Value="Red" />
12
13
<Style.Triggers>
0 commit comments