Skip to content

Commit

Permalink
Fix color for cell's borders
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Mar 21, 2024
1 parent 2e30a61 commit 4992767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ function showBounds(bounds) {
coordinates: [[bounds[0], [bounds[0][0], bounds[1][1]], bounds[1], [bounds[1][0], bounds[0][1]]]]
},
style: {
fill: '#CCC',
fill: '#EEFD7D',
fillOpacity: 0.5,
stroke: [{color: '#e07e7e', width: 2}]
stroke: [{color: '#CCC', width: 1}]
}
});
map.addChild(entity);
Expand Down

0 comments on commit 4992767

Please sign in to comment.