Skip to content

Commit

Permalink
fix(map): increase color contrast when active
Browse files Browse the repository at this point in the history
This patch increases the color contrast between the actively selected
location and the rest of the locations on the map.
  • Loading branch information
nicholaschiang committed Aug 11, 2023
1 parent 753b377 commit dd05854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function LocationMarker({
<PopoverTrigger asChild onMouseOver={load}>
<Marker
coordinates={coordinates}
className='fill-teal-500 aria-expanded:fill-sky-500 transition-colors'
className='fill-teal-500 aria-expanded:fill-rose-500 transition-colors'
>
<circle className='opacity-50' r={radius} />
<circle r={2} />
Expand Down

0 comments on commit dd05854

Please sign in to comment.