From 71b1862744d0e48e1f13a1e7aade4de7ae26f5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 21 Jan 2020 15:55:59 +0100 Subject: [PATCH] coloooors --- src/ui/PurchaseGraph.vue | 2 +- src/ui/WinGraph.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/PurchaseGraph.vue b/src/ui/PurchaseGraph.vue index 4062038..fccef9e 100644 --- a/src/ui/PurchaseGraph.vue +++ b/src/ui/PurchaseGraph.vue @@ -18,7 +18,7 @@ export default { let blue = { label: "Blå", borderColor: "#57d2fb", - backgroundColor: "#fbd7de10", + backgroundColor: "#d4f2fe10", data: [] }; let yellow = { diff --git a/src/ui/WinGraph.vue b/src/ui/WinGraph.vue index 0e1ed7b..b98522f 100644 --- a/src/ui/WinGraph.vue +++ b/src/ui/WinGraph.vue @@ -16,7 +16,7 @@ export default { let blue = { label: "Blå", borderColor: "#57d2fb", - backgroundColor: "#fbd7de10", + backgroundColor: "#d4f2fe10", data: [] }; let yellow = {