dark mode improvements

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-02 11:37:11 +02:00
parent 715867678a
commit 1a0d9d9e9d
4 changed files with 9 additions and 2 deletions

View File

@@ -47,7 +47,11 @@ export function ReportHistogramChart({
<ResponsiveContainer>
{({ width, height }) => (
<BarChart width={width} height={height} data={rechartData}>
<CartesianGrid strokeDasharray="3 3" vertical={false} />
<CartesianGrid
strokeDasharray="3 3"
vertical={false}
className="stroke-slate-300"
/>
<Tooltip content={<ReportChartTooltip />} cursor={<BarHover />} />
<XAxis
fontSize={12}