fix(ui): remove double left edge on navigation rail

This commit is contained in:
Meik
2026-03-05 17:09:35 +01:00
parent 071fa668f4
commit d64b58dc6c
2 changed files with 2 additions and 2 deletions

View File

@@ -515,7 +515,7 @@
Width="75"
Height="568"
CornerRadius="20,0,0,20"
BorderThickness="1"
BorderThickness="0,1,1,1"
BorderBrush="{DynamicResource navigationRailBorderColor}"
Background="{DynamicResource navigationRailColor}" />
<Button Visibility="Hidden"