diff --git a/demo/Ursa.Demo/Views/MainWindow.axaml b/demo/Ursa.Demo/Views/MainWindow.axaml index f5cc372..7a80188 100644 --- a/demo/Ursa.Demo/Views/MainWindow.axaml +++ b/demo/Ursa.Demo/Views/MainWindow.axaml @@ -49,10 +49,11 @@ Header="{Binding MenuHeader}" ItemsSource="{Binding Children}"> - + Background="{DynamicResource SemiBlue6}" + CornerRadius="3" /> @@ -76,6 +77,7 @@