Skip to content

Commit

Permalink
Updated hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Nov 7, 2024
1 parent 00adb25 commit bdf816c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/climatemappedafrica/src/components/Hero/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ function Map({
onLayerMouseOver(feature.properties.name.toLowerCase());
if (explorePageSlug) {
layer.setStyle({
fillColor: theme.palette.primary.main,
fillOpacity: 0.5,
fillColor: choroplethColor?.fillColor,
fillOpacity: 0.4,
});
}
});
Expand Down

0 comments on commit bdf816c

Please sign in to comment.