Skip to content

Commit 5d95d29

Browse files
diagnostic(frontend): change ChoroplethMap background to red to isolate rendering pipeline
1 parent 1b202ef commit 5d95d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/components/Map/ChoroplethMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const ChoroplethMap = React.memo(function ChoroplethMap({ data, className
9090
{
9191
id: 'background',
9292
type: 'background',
93-
paint: { 'background-color': 'transparent' }
93+
paint: { 'background-color': '#ff0000' }
9494
}
9595
]
9696
},

0 commit comments

Comments
 (0)