From c8abfc33000cb1c937830e0dc48dc50718cde3f8 Mon Sep 17 00:00:00 2001 From: Irem Toroslu Date: Fri, 11 Jun 2021 14:33:25 +0200 Subject: [PATCH] details dashboards color changed regarding the #106 --- frontend/src/components/details/PieChartComponent.jsx | 4 ++-- frontend/src/components/details/TableComponent.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/details/PieChartComponent.jsx b/frontend/src/components/details/PieChartComponent.jsx index 22003691..ed5612f4 100644 --- a/frontend/src/components/details/PieChartComponent.jsx +++ b/frontend/src/components/details/PieChartComponent.jsx @@ -31,13 +31,13 @@ const PieChartComponent = () => { labels: labels, // TODO: do the materials stay the same? otherwise doesn't make sense to use fixed color / hardcode them colors: [ - '#e2d000', + '#F6E600', theme.color.Steel, theme.color.Pressboard, theme.color.StainlessSteel, theme.color.Alminium, '#0084E1', - theme.color.Copper + '#f28e30' ], responsive: [ { diff --git a/frontend/src/components/details/TableComponent.jsx b/frontend/src/components/details/TableComponent.jsx index de1442c6..951d1bed 100644 --- a/frontend/src/components/details/TableComponent.jsx +++ b/frontend/src/components/details/TableComponent.jsx @@ -86,7 +86,7 @@ class TableComponent extends Component { - + {this.state.headers.map((item) => ( ))}
{item.value}