1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 22:09:36 +02:00

Update outline style for adventure markers on map

This commit is contained in:
Sean Morley 2024-11-07 19:58:36 -05:00
parent b32c780266
commit add691b678

View file

@ -122,7 +122,7 @@
lngLat={[adventure.longitude, adventure.latitude]} lngLat={[adventure.longitude, adventure.latitude]}
class="grid h-8 w-8 place-items-center rounded-full border border-gray-200 {adventure.is_visited class="grid h-8 w-8 place-items-center rounded-full border border-gray-200 {adventure.is_visited
? 'bg-red-300' ? 'bg-red-300'
: 'bg-blue-300'} text-black shadow-2xl focus:outline-2 focus:outline-black" : 'bg-blue-300'} text-black focus:outline-6 focus:outline-black"
on:click={togglePopup} on:click={togglePopup}
> >
<span class="text-xl"> <span class="text-xl">