Skip to content

Commit 91f4405

Browse files
committed
Fix: Background color
1 parent ac8dc84 commit 91f4405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/NETworkManager/Views/CredentialsPasswordProfileFileChildWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
ChildWindowMaxWidth="650"
1515
ChildWindowMaxHeight="800"
1616
Padding="20"
17-
CloseByEscape="False"
18-
OverlayBrush="{DynamicResource MahApps.Brushes.Gray8}"
17+
CloseByEscape="False"
18+
OverlayBrush="{DynamicResource MahApps.Brushes.Gray.SemiTransparent}"
1919
mc:Ignorable="d" d:DataContext="{d:DesignInstance viewModels:CredentialsPasswordProfileFileViewModel}">
2020
<simpleChildWindow:ChildWindow.Resources>
2121
<converters:BooleanToVisibilityCollapsedConverter x:Key="BooleanToVisibilityCollapsedConverter" />

0 commit comments

Comments
 (0)