fix
This commit is contained in:
@@ -89,7 +89,7 @@ export function ChatLocationCard({
|
||||
variant === 'mine' ? 'border-[#7ea06a]/35 bg-white' : 'border-[#dce3ec] bg-white'
|
||||
)}
|
||||
>
|
||||
<div ref={mapRef} className="h-[160px] w-full" />
|
||||
<div ref={mapRef} className="embedded-leaflet-map h-[160px] w-full" />
|
||||
<div className="flex items-start gap-2 px-3 py-2.5">
|
||||
<MapPin className={cn('mt-0.5 h-4 w-4 shrink-0', variant === 'mine' ? 'text-[#7ea06a]' : 'text-[#3390ec]')} />
|
||||
<div className="min-w-0 flex-1">
|
||||
|
||||
Reference in New Issue
Block a user