diff --git a/src/BreCalClient/AppNotificationPart.xaml.cs b/src/BreCalClient/AppNotificationPart.xaml.cs index b2f26ad..39a2f52 100644 --- a/src/BreCalClient/AppNotificationPart.xaml.cs +++ b/src/BreCalClient/AppNotificationPart.xaml.cs @@ -35,7 +35,7 @@ namespace BreCalClient this.ContentWrapper.Background = Brushes.Gray; break; case "MissingData": - this.ContentWrapper.Background= Brushes.Yellow; + this.ContentWrapper.Background = Brushes.DarkKhaki; break; case "Cancelled": this.ContentWrapper.Background = Brushes.DarkGray;