From c3c9e8dd9a36fda586c5bde2da03546d0154ffad Mon Sep 17 00:00:00 2001 From: icoderarely <166960965+icoderarely@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:50:02 +0530 Subject: [PATCH] Fix color mismatch between legend and roadmap sections (#7729) --- src/data/roadmaps/react/react.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/react/react.json b/src/data/roadmaps/react/react.json index 5c3c34402..71fce647d 100644 --- a/src/data/roadmaps/react/react.json +++ b/src/data/roadmaps/react/react.json @@ -3637,7 +3637,7 @@ "legends": [ { "id": "Z0WmUXWj-7draje3jE1WR", - "color": "#2d72d2", + "color": "#874efe", "label": "Personal Recommendation (Opinion)" }, { @@ -4461,4 +4461,4 @@ "focusable": true } ] -} \ No newline at end of file +}