mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-08-18 09:03:13 +00:00
Merge remote-tracking branch 'origin/main'
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