Skip to content

Commit

Permalink
feat: reduce stroke dash array
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsabatp committed Jul 12, 2024
1 parent 09f4a45 commit 314a4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/temp/CarbonCapture/Graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const Graph = ({
xaxis: [
{
x: xaxisOptions[1],
strokeDashArray: 4,
strokeDashArray: 2,
borderColor: `${darkBlackColor}`,
},
],
Expand Down

0 comments on commit 314a4e2

Please sign in to comment.