We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4480ac commit 0d9edd4Copy full SHA for 0d9edd4
src/MacOS.Avalonia.Theme/Accents/ThemeResources.axaml
@@ -180,7 +180,7 @@
180
<SolidColorBrush x:Key="PopupBackgroundBrush" Color="{DynamicResource PopupBackgroundColor}" />
181
182
<!-- TextBox Resources -->
183
- <SolidColorBrush x:Key="TextBoxClearBackgroundBrush" Color="{StaticResource TextBoxClearBackgroundColor}" />
+ <SolidColorBrush x:Key="TextBoxClearBackgroundBrush" Color="{DynamicResource TextBoxClearBackgroundColor}" />
184
<SolidColorBrush x:Key="TextBoxSelectionHighlightBrush" Color="{StaticResource SystemAccentColor}" Opacity="0.3" />
185
<SolidColorBrush x:Key="TextBoxBorderFocusBrush" Color="{StaticResource SystemAccentColor}" Opacity="0.5" />
186
<SolidColorBrush x:Key="TextBoxBackgroundDisabledHighBrush"
0 commit comments