fix(frontend): Bucket usage chart tooltip text color (#112)

This commit is contained in:
Arseniy Plis
2026-08-17 13:01:22 +03:00
committed by GitHub
parent 367338af7c
commit 086337416b
@@ -56,7 +56,7 @@ export function BucketUsageChart({ data }: BucketUsageChartProps) {
<Tooltip
formatter={(value) => formatBytes(value as number)}
contentStyle={tooltipStyle as React.CSSProperties}
labelStyle={{ color: textColor }}
itemStyle={{ color: textColor }}
/>
<Legend wrapperStyle={{ color: textColor }} />
</PieChart>