Skip to content

Commit ee7286d

Browse files
emeeksCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 43f8405 commit ee7286d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/charts/ordinal/GaugeChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export const GaugeChart = forwardRef(function GaugeChart(props: GaugeChartProps,
386386
<g key={`gauge-label-${index}`} transform={`translate(${cx},${cy})`}>
387387
<line
388388
x1={mx1} y1={my1} x2={mx2} y2={my2}
389-
stroke="var(--semiotic-border)"
389+
stroke="var(--semiotic-border, #ccc)"
390390
strokeWidth={2}
391391
strokeLinecap="round"
392392
/>

0 commit comments

Comments
 (0)