From 3e51d79c372206c6c8a184dc636bf9fdaf2b05b5 Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Sun, 29 Sep 2024 15:14:55 -0400 Subject: [PATCH] update memory chart colors --- beszel/site/src/components/charts/mem-chart.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beszel/site/src/components/charts/mem-chart.tsx b/beszel/site/src/components/charts/mem-chart.tsx index 7fba3c0..840bbe9 100644 --- a/beszel/site/src/components/charts/mem-chart.tsx +++ b/beszel/site/src/components/charts/mem-chart.tsx @@ -100,10 +100,10 @@ export default function MemChart({ dataKey="stats.mb" name="Cache / Buffers" type="monotoneX" - fill="hsl(160 60% 25%)" - fillOpacity={0.3} - strokeOpacity={0.5} - stroke="hsl(160 60% 25%)" + fill="hsla(160 60% 45% / 0.5)" + fillOpacity={0.4} + // strokeOpacity={1} + stroke="hsla(160 60% 45% / 0.5)" stackId="1" isAnimationActive={false} />