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:
parent
b32c780266
commit
add691b678
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue