Skip to content

Commit

Permalink
fix graph text color after update
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 30, 2024
1 parent 78b0f9d commit 39815ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/utils/Chloropleth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function Chloropleth({ data }) {
return (
<ResponsiveChoropleth
data={data}
theme={{ textColor: theme.colors.text }}
theme={{ text: { fill: theme.colors.text } }}
features={countries.features}
label="properties.name"
valueFormat=".2s"
Expand Down

0 comments on commit 39815ba

Please sign in to comment.