From d6f699e9151122012dcc18266c37b86eb4f36f5c Mon Sep 17 00:00:00 2001 From: Jakob Fahr Date: Mon, 6 Jul 2020 22:41:01 +0200 Subject: [PATCH] Fix getBackgroundColors() in dashboard --- src/app/app.component.html | 8 +- src/app/dashboard/dashboard.component.css | 8 + src/app/dashboard/dashboard.component.html | 140 +++++++++--------- src/app/dashboard/dashboard.component.ts | 26 +++- .../userstory-table.component.html | 10 +- 5 files changed, 113 insertions(+), 79 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index c7d0a40..4ae5f26 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -8,22 +8,22 @@