diff --git a/demo/Ursa.Demo/Views/MainSplashWindow.axaml b/demo/Ursa.Demo/Views/MainSplashWindow.axaml index b4942ed11..4ccdda881 100644 --- a/demo/Ursa.Demo/Views/MainSplashWindow.axaml +++ b/demo/Ursa.Demo/Views/MainSplashWindow.axaml @@ -11,6 +11,7 @@ Height="400" d:DesignHeight="450" d:DesignWidth="800" + CornerRadius="{StaticResource SemiBorderRadiusLarge}" CountDown="0:0:3" ExtendClientAreaChromeHints="NoChrome" ExtendClientAreaTitleBarHeightHint="0" @@ -28,7 +29,7 @@ Grid.Column="0" Width="64" Margin="0,0,16,0" - Fill="{DynamicResource SemiGrey5}" /> + Fill="{DynamicResource SemiColorText2}" />