mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix(global): point radius
This commit is contained in:
parent
635cc47176
commit
9e3945efff
@ -57,7 +57,7 @@ export async function Global({ countries = [] }: GlobalProps) {
|
||||
map.addPin({
|
||||
lat,
|
||||
lng,
|
||||
svgOptions: { color: "#FF4500", radius: 0.5 },
|
||||
svgOptions: { color: "#FF4500", radius: 0.3 },
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user