From c339752cfd3aa052533872d7bfde5075575d8d6d Mon Sep 17 00:00:00 2001 From: Niraj Adhikari Date: Fri, 13 Sep 2024 16:50:00 +0545 Subject: [PATCH] tasks are made more transparent in the project detail page --- .../src/components/IndividualProject/MapSection/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/IndividualProject/MapSection/index.tsx b/src/frontend/src/components/IndividualProject/MapSection/index.tsx index 2143e8b1..f6e4bcdb 100644 --- a/src/frontend/src/components/IndividualProject/MapSection/index.tsx +++ b/src/frontend/src/components/IndividualProject/MapSection/index.tsx @@ -248,7 +248,7 @@ const MapSection = () => { paint: { 'fill-color': '#ffffff', 'fill-outline-color': '#484848', - 'fill-opacity': 0.8, + 'fill-opacity': 0.5, }, } }