diff options
Diffstat (limited to 'src/misc/chart-memory.ts')
| -rw-r--r-- | src/misc/chart-memory.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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)', }, }, { |
