Skip to content

Commit

Permalink
legend - color change
Browse files Browse the repository at this point in the history
  • Loading branch information
Maneesh7012 committed Sep 16, 2023
1 parent 6c132a4 commit 1126eb8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ const LayerDesc = useSelector((state) => state.LayerDescription);
style={{
height: '12px',
width: '12px',
backgroundColor: '#80FF00',
backgroundColor: '#00FF01',
display: 'inline-block',
}}
></span>{' '}
Expand Down Expand Up @@ -381,7 +381,7 @@ const LayerDesc = useSelector((state) => state.LayerDescription);
style={{
height: '12px',
width: '12px',
backgroundColor: '#EE82EF',
backgroundColor: '#E0697B',
display: 'inline-block',
}}
></span>{' '}
Expand Down Expand Up @@ -537,7 +537,7 @@ const LayerDesc = useSelector((state) => state.LayerDescription);
style={{
height: '12px',
width: '12px',
backgroundColor: '#FFB6C1',
backgroundColor: '#E0697B',
display: 'inline-block',
}}
></span>{' '}
Expand Down

0 comments on commit 1126eb8

Please sign in to comment.