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 dab0519 commit 9445faaCopy full SHA for 9445faa
src/Resources/Styles.axaml
@@ -1351,6 +1351,8 @@
1351
1352
<Style Selector="acc|CompletionListBox">
1353
<Setter Property="Background" Value="{DynamicResource Brush.Popup}"/>
1354
+ <Setter Property="BorderThickness" Value="1"/>
1355
+ <Setter Property="BorderBrush" Value="{DynamicResource Brush.Border0}"/>
1356
<Setter Property="Padding" Value="8,4"/>
1357
<Setter Property="CornerRadius" Value="4"/>
1358
</Style>
0 commit comments