diff options
| author | Larvan2 <[email protected]> | 2023-04-13 16:27:51 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-04-13 16:27:51 +0800 |
| commit | 71dfbfa567042347f6c45dc1c4c1929f26c2781c (patch) | |
| tree | c0d167e6de5bb6992361e852322156d6791ee122 /src/misc/chart.ts | |
| parent | 47e7efa31a069010c8bbb4263f8a7876c5ff3254 (diff) | |
modified: src/misc/chart-memory.ts
modified: src/misc/chart.ts
Diffstat (limited to 'src/misc/chart.ts')
| -rw-r--r-- | src/misc/chart.ts | 8 |
1 files changed, 4 insertions, 4 deletions
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)', }, }, { |
