Skip to content

Commit

Permalink
Merge pull request #7792 from chylex/fix-fluent-textbox-disabled-fore…
Browse files Browse the repository at this point in the history
…ground

Fix wrong foreground TextBox color in Fluent theme
  • Loading branch information
maxkatz6 authored Mar 12, 2022
2 parents 8a67d91 + 462ea76 commit a0abca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Themes.Fluent/Controls/TextBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</Style>

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

Expand Down

0 comments on commit a0abca3

Please sign in to comment.