feat: messing with the theme

This commit is contained in:
Maxime Beauchemin
2024-12-20 09:12:55 -08:00
parent 3e69ba1384
commit 336763f0c9
435 changed files with 11072 additions and 4081 deletions

View File

@@ -265,7 +265,7 @@ function WorldMap(element, props) {
countryFeature =>
!filterState.selectedValues.includes(countryFeature.id),
)
.style('fill-opacity', theme.opacity.mediumLight);
.style('fill-opacity', 0.35);
// hack to ensure that the clicked country's color is preserved
// sometimes the fill color would get default grey value after applying cross filter