Browse Source

Merge pull request #7792 from chylex/fix-fluent-textbox-disabled-foreground

Fix wrong foreground TextBox color in Fluent theme
pull/7803/head
Max Katz 4 years ago
committed by GitHub
parent
commit
a0abca36c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Themes.Fluent/Controls/TextBox.xaml

2
src/Avalonia.Themes.Fluent/Controls/TextBox.xaml

@ -121,7 +121,7 @@
</Style>
<!-- PointerOver State-->
<Style Selector="TextBox:disabled">
<Style Selector="TextBox:pointerover">
<Setter Property="Foreground" Value="{DynamicResource TextControlForegroundPointerOver}" />
</Style>

Loading…
Cancel
Save