Skip to content

Commit

Permalink
Adjust hover icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Jul 2, 2024
1 parent 1aa7d06 commit 7109330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export abstract class BaseVisitRequestLayer {
? `pickup-${this.defaultSelectedColor}`
: `dropoff-${this.defaultSelectedColor}`;
},
getSize: 15,
getSize: 12,
sizeScale: 2,
getPosition: (d) => d.arrivalPosition,
pickable: false,
Expand Down

0 comments on commit 7109330

Please sign in to comment.