Files
Semi.Avalonia/src/Semi.Avalonia/Themes/Dark/AutoCompleteBox.axaml
Zhang Dian 423d5f3609 fix: fix Popup related control Background color.
(cherry picked from commit 95744b7a64)
2024-09-15 17:47:25 +08:00

5 lines
392 B
XML

<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<BoxShadows x:Key="AutoCompleteBoxPopupBoxShadow">0 0 8 0 #1AFFFFFF</BoxShadows>
<SolidColorBrush x:Key="AutoCompleteBoxPopupBackground" Color="#43444A" />
<SolidColorBrush x:Key="AutoCompleteBoxPopupBorderBrush" Opacity="0.08" Color="White" />
</ResourceDictionary>