Skip to content

Commit a5a14ed

Browse files
committed
Fix Main chart stroke
1 parent 537993b commit a5a14ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/dashboard/Dashboard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ const Dashboard = ({ classes, theme, ...props }) => {
371371
type="natural"
372372
dataKey="desktop"
373373
fill={theme.palette.background.light}
374+
strokeWidth={0}
374375
activeDot={false}
375376
/>
376377
<Line

0 commit comments

Comments
 (0)