mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-08-18 17:06:15 +00:00
fix(frontend): Bucket usage chart tooltip text color (#112)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user