Skip to content

Commit 3941eca

Browse files
maxkatz6danwalmsley
authored andcommitted
Merge pull request AvaloniaUI#7792 from chylex/fix-fluent-textbox-disabled-foreground
Fix wrong foreground TextBox color in Fluent theme
1 parent 71b5c83 commit 3941eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</Style>
119119

120120
<!-- PointerOver State-->
121-
<Style Selector="TextBox:disabled">
121+
<Style Selector="TextBox:pointerover">
122122
<Setter Property="Foreground" Value="{DynamicResource TextControlForegroundPointerOver}" />
123123
</Style>
124124

0 commit comments

Comments
 (0)