From b6bb9b8d10211ee3998d4e73431233f579415c2f Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Mon, 20 May 2024 17:36:29 +0200 Subject: [PATCH] Change the look of the Card component --- src/charts.ts | 1 + src/components/Card.vue | 6 +++--- src/components/charts/TeaConsumptionOverTimeChart.vue | 10 ++++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/charts.ts b/src/charts.ts index b797ac1..c9a4f1a 100644 --- a/src/charts.ts +++ b/src/charts.ts @@ -1,4 +1,5 @@ export const borderColors: string[] = [ + "hsl(20 100% 40%)", "hsl(20 70% 30%)", "hsl(40,100%,76%)", "hsl(13,100%,66%)" diff --git a/src/components/Card.vue b/src/components/Card.vue index 08488c2..1ea75e4 100644 --- a/src/components/Card.vue +++ b/src/components/Card.vue @@ -1,9 +1,9 @@