Skip to content

Commit 48a767d

Browse files
fix: dot stroke chart
1 parent 2e9753b commit 48a767d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chart-elements/LineChart/LineChart.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ const LineChart = React.forwardRef<HTMLDivElement, LineChartProps>((props, ref)
321321
strokeLinejoin={strokeLinejoin}
322322
strokeWidth={strokeWidth}
323323
className={tremorTwMerge(
324-
"stroke-tremor-background",
324+
"stroke-tremor-background-default",
325325
onValueChange ? "cursor-pointer" : "",
326326
color ? fillColors[categoryColors.get(dataKey) as Color] : "gray",
327327
)}

0 commit comments

Comments
 (0)