Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
eyr1n committed Sep 12, 2024
1 parent a16326b commit 66d8cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ function App() {
feature.setStyle(
new Style({
image: new CircleStyle({
radius: 20,
radius: 12,
fill: new Fill({
color: '#3399CC',
}),
stroke: new Stroke({
color: '#fff',
width: 5,
width: 4,
}),
}),
}),
Expand Down

0 comments on commit 66d8cc5

Please sign in to comment.