Skip to content

Commit

Permalink
docs: Update solid-polygon-layer.md getFillColor (#8547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Lan authored and Pessimistress committed Feb 28, 2024
1 parent abc7bbc commit 74f1548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/layers/solid-polygon-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function App({data, viewState}) {
*/
data,
getPolygon: d => d.polygon,
getColor: [255, 0, 0],
getFillColor: [255, 0, 0],
extruded: false
});

Expand Down

0 comments on commit 74f1548

Please sign in to comment.