Browse Source
Fix wrong foreground TextBox color in Fluent theme
pull/7792/head
chylex
4 years ago
No known key found for this signature in database
GPG Key ID: 4DE42C8F19A80548
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
|
|
|
|
|