- fix: transparent popup

This commit is contained in:
2025-01-21 20:44:36 +03:00
parent 86e0536f0f
commit 3af99d40a1
4 changed files with 74 additions and 82 deletions

View File

@@ -105,7 +105,7 @@
<Panel IsVisible="{Binding Popup}">
<Border Background="#111" Opacity="50" />
<Border CornerRadius="10" Margin="40">
<Border CornerRadius="10" Margin="40" Background="{StaticResource DefaultBackground}">
<Grid RowDefinitions="35,*,20">
<Border
BorderThickness="0,0,0,2"