diff --git a/components/Graph.js b/components/Graph.js
index 95cefb8..fce21c1 100644
--- a/components/Graph.js
+++ b/components/Graph.js
@@ -258,7 +258,7 @@ return (
- Tip: Double-click a section to select that reaction stage or drag the lines to adjust the start and end points of each chemical reaction stage.
+ Tip: Double-click a section to select that reaction stage and drag the lines to adjust the start and end points of each chemical reaction stage.
);
diff --git a/utils/dataGenerator.js b/utils/dataGenerator.js
index c3a8206..fd0d54c 100644
--- a/utils/dataGenerator.js
+++ b/utils/dataGenerator.js
@@ -75,7 +75,7 @@ export const generateData = () => {
return {
...legendLabel,
fillStyle: "rgba(199, 202, 209, 0.4)",
- lineWidth: 2,
+ lineWidth: 3,
borderRadius: 2,
}
});