Skip to content

Commit 0d9edd4

Browse files
authored
Fix TextBox Clear button (#32)
1 parent b4480ac commit 0d9edd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacOS.Avalonia.Theme/Accents/ThemeResources.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<SolidColorBrush x:Key="PopupBackgroundBrush" Color="{DynamicResource PopupBackgroundColor}" />
181181

182182
<!-- TextBox Resources -->
183-
<SolidColorBrush x:Key="TextBoxClearBackgroundBrush" Color="{StaticResource TextBoxClearBackgroundColor}" />
183+
<SolidColorBrush x:Key="TextBoxClearBackgroundBrush" Color="{DynamicResource TextBoxClearBackgroundColor}" />
184184
<SolidColorBrush x:Key="TextBoxSelectionHighlightBrush" Color="{StaticResource SystemAccentColor}" Opacity="0.3" />
185185
<SolidColorBrush x:Key="TextBoxBorderFocusBrush" Color="{StaticResource SystemAccentColor}" Opacity="0.5" />
186186
<SolidColorBrush x:Key="TextBoxBackgroundDisabledHighBrush"

0 commit comments

Comments
 (0)