changed bg color for missing data

This commit is contained in:
Daniel Schick 2025-01-21 15:19:18 +01:00
parent 213f7cf58c
commit 6dedc04957

View File

@ -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;