chore: rounded map corner when needed (#18163)

This commit is contained in:
Alex
2025-05-08 17:49:16 -05:00
committed by GitHub
parent 8db666bc38
commit bb7010b2bb
4 changed files with 10 additions and 4 deletions

View File

@@ -72,7 +72,7 @@
{#if $featureFlags.loaded && $featureFlags.map}
<UserPageLayout title={data.meta.title}>
<div class="isolate h-full w-full">
<Map hash onSelect={onViewAssets} />
<Map hash onSelect={onViewAssets} rounded />
</div>
</UserPageLayout>
<Portal target="body">