Description
The size of initial location marker is not the same as when you're selecting a marker.
Steps to reproduce
- Create a location picker with an initial location:
From the code, it looks like the selection marker uses "font-size: 2.5rem" while the initial location marker uses "font-size: var(--SPACER)" (--SPACER evaluates to 1.5rem).
Suggestion
Perhaps make them both use 2.5rem, as 1.5rem is actually pretty small? I'll leave that up to you.
Description
The size of initial location marker is not the same as when you're selecting a marker.
Steps to reproduce
From the code, it looks like the selection marker uses "font-size: 2.5rem" while the initial location marker uses "font-size: var(--SPACER)" (--SPACER evaluates to 1.5rem).
Suggestion
Perhaps make them both use 2.5rem, as 1.5rem is actually pretty small? I'll leave that up to you.