diff --git a/src/Ursa.Themes.Semi/Controls/Notification.axaml b/src/Ursa.Themes.Semi/Controls/Notification.axaml index 8b139e7..deae03e 100644 --- a/src/Ursa.Themes.Semi/Controls/Notification.axaml +++ b/src/Ursa.Themes.Semi/Controls/Notification.axaml @@ -5,10 +5,17 @@ - + + Hello, Ursa! + + + + + + @@ -61,9 +68,7 @@ - - @@ -76,14 +81,13 @@ - + @@ -108,6 +111,7 @@ Foreground="{DynamicResource NotificationCardMessageForeground}" FontSize="{DynamicResource NotificationCardMessageFontSize}" FontWeight="{DynamicResource NotificationCardMessageFontWeight}" + IsVisible="{Binding Content, Converter={x:Static StringConverters.IsNotNullOrEmpty}}" Text="{Binding Content}" TextWrapping="Wrap" /> @@ -124,13 +128,12 @@