Skip to content

Commit 54b040f

Browse files
committed
fix: consumption bar chart background
1 parent bb6cc54 commit 54b040f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apps/dashboard/app/(main)/billing/cost-breakdown/components/consumption-chart.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,12 @@ export function ConsumptionChart({
323323
}
324324
return null;
325325
}}
326-
cursor={{ stroke: "var(--primary)", strokeOpacity: 0.2 }}
326+
cursor={{
327+
fill: "var(--muted)",
328+
fillOpacity: 0.1,
329+
stroke: "var(--primary)",
330+
strokeOpacity: 0.2,
331+
}}
327332
wrapperStyle={{ outline: "none" }}
328333
/>
329334
<Legend

0 commit comments

Comments
 (0)