Skip to content

Commit

Permalink
Merge pull request #143 from ljehezkiel/bug/font-in-cluster-doesn't-work
Browse files Browse the repository at this point in the history
change labelFontUrl to fontUrl for cluster
  • Loading branch information
amcdnl authored Nov 7, 2023
2 parents bf51f36 + 186637b commit 0ae3e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbols/Cluster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const Cluster: FC<ClusterProps> = ({
<Label
text={label}
opacity={opacity}
labelFontUrl={labelFontUrl}
fontUrl={labelFontUrl}
stroke={theme.cluster.label.stroke}
active={false}
color={theme.cluster.label.color}
Expand Down

0 comments on commit 0ae3e14

Please sign in to comment.