diff --git a/components/ui/maps-charts.tsx b/components/ui/maps-charts.tsx index be6d228..faa435e 100644 --- a/components/ui/maps-charts.tsx +++ b/components/ui/maps-charts.tsx @@ -115,7 +115,7 @@ const IndonesiaMap = () => { show: true, seriesIndex: 0, inRange: { - color: ["#ff0000", "#ffffff"], + color: ["#ff0000", "#008000"], }, }, series: [ @@ -138,7 +138,7 @@ const IndonesiaMap = () => { color: "#000", }, itemStyle: { - areaColor: "#ffcccc", + areaColor: "#E2E8F0", }, }, data: data,