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 = {