From 71dfbfa567042347f6c45dc1c4c1929f26c2781c Mon Sep 17 00:00:00 2001 From: Larvan2 <78135608+Larvan2@users.noreply.github.com> Date: Thu, 13 Apr 2023 16:27:51 +0800 Subject: modified: src/misc/chart-memory.ts modified: src/misc/chart.ts --- src/misc/chart-memory.ts | 4 ++-- src/misc/chart.ts | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/misc/chart-memory.ts b/src/misc/chart-memory.ts index cf821fa..1598f32 100644 --- a/src/misc/chart-memory.ts +++ b/src/misc/chart-memory.ts @@ -45,8 +45,8 @@ export const chartStyles = [ }, { inuse: { - backgroundColor: 'rgb(98, 190, 100)', - borderColor: 'rgb(78,146,79)', + backgroundColor: 'rgba(245,78,162,0.6)', + borderColor: 'rgba(245,78,162,1)', }, }, { diff --git a/src/misc/chart.ts b/src/misc/chart.ts index 9ea11a2..8c6d183 100644 --- a/src/misc/chart.ts +++ b/src/misc/chart.ts @@ -49,12 +49,12 @@ export const chartStyles = [ }, { up: { - backgroundColor: 'rgb(98, 190, 100)', - borderColor: 'rgb(78,146,79)', + backgroundColor: 'rgba(245,78,162,0.6)', + borderColor: 'rgba(245,78,162,1)', }, down: { - backgroundColor: 'rgb(160, 230, 66)', - borderColor: 'rgb(110, 156, 44)', + backgroundColor: 'rgba(123,59,140,0.6)', + borderColor: 'rgba(66,33,142,1)', }, }, { -- cgit v1.3.1