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.
1 parent 895c614 commit a59422eCopy full SHA for a59422e
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.DatePicker.xaml
@@ -189,7 +189,7 @@
189
</Trigger>
190
<Trigger Property="Validation.HasError" Value="true">
191
<Setter Property="BorderBrush" Value="{DynamicResource ValidationErrorBrush}"/>
192
- <Setter TargetName="Underline" Property="IsActive" Value="{DynamicResource ValidationErrorBrush}"/>
+ <Setter TargetName="Underline" Property="Background" Value="{DynamicResource ValidationErrorBrush}"/>
193
194
</ControlTemplate.Triggers>
195
</ControlTemplate>
0 commit comments