Skip to content

Commit

Permalink
Update marker style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Oct 25, 2024
1 parent 8a4e6f7 commit 4733670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/globe-map/marker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Marker({ id, index, lat, lng, children, setSelectedMarker, setControlsE
<div className='bg-light-green rounded-full h-3 w-3 group-hover:bg-white'></div>
</div>
</button>
{!!children && <button type="button" onClick={() => setSelectedMarker(index)} className='mt-6 w-[200px] -ml-[100px] text-white text-lg text-center bg-gray-500/30 p-2'>
{!!children && <button type="button" onClick={() => setSelectedMarker(index)} className='w-[157px] -ml-[78.5px] backdrop-blur-[15px] text-white text-center bg-gray-500/30 p-2'>
{children}
</button>}
</>
Expand Down

0 comments on commit 4733670

Please sign in to comment.