fix(ui): unify rounded corner fill color with content background

This commit is contained in:
Meik
2026-03-05 15:48:49 +01:00
parent 7a73c3fc4e
commit 935f914bc5

View File

@@ -12,7 +12,7 @@
WindowStyle="None"
AllowsTransparency="False"
ResizeMode="NoResize"
Background="{DynamicResource panelBorderColor}"
Background="{DynamicResource backgroundColor}"
Loaded="Window_Loaded"
Icon="Resources/icons/logo_CustomerPanel.ico"
KeyDown="App_KeyDown"