diff --git a/apps/dashboard/src/components/report/chart/ReportAreaChart.tsx b/apps/dashboard/src/components/report/chart/ReportAreaChart.tsx index 9e156d85..27126d21 100644 --- a/apps/dashboard/src/components/report/chart/ReportAreaChart.tsx +++ b/apps/dashboard/src/components/report/chart/ReportAreaChart.tsx @@ -104,6 +104,7 @@ export function ReportAreaChart({ strokeDasharray="3 3" horizontal={true} vertical={false} + className="stroke-slate-300" /> )} diff --git a/apps/dashboard/src/components/report/chart/ReportHistogramChart.tsx b/apps/dashboard/src/components/report/chart/ReportHistogramChart.tsx index ef7c1f41..1e8bd31b 100644 --- a/apps/dashboard/src/components/report/chart/ReportHistogramChart.tsx +++ b/apps/dashboard/src/components/report/chart/ReportHistogramChart.tsx @@ -47,7 +47,11 @@ export function ReportHistogramChart({ {({ width, height }) => ( - + } cursor={} /> {references.map((ref) => (