Browse Source

make slider track red when there is an error.

pull/4964/head
Dan Walmsley 6 years ago
parent
commit
233fdc9289
  1. 4
      src/Avalonia.Themes.Fluent/Slider.xaml

4
src/Avalonia.Themes.Fluent/Slider.xaml

@ -268,4 +268,8 @@
<Style Selector="Slider:error /template/ Thumb.SliderThumbStyle">
<Setter Property="Background" Value="{DynamicResource SystemControlErrorTextForegroundBrush}" />
</Style>
<Style Selector="Slider:error">
<Setter Property="Foreground" Value="{DynamicResource SystemControlErrorTextForegroundBrush}" />
</Style>
</Styles>

Loading…
Cancel
Save