Skip to content

Commit 55b2a41

Browse files
committed
refactor(make-it-yours): use new styled modal with sheet variants
1 parent 6e98403 commit 55b2a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/make-it-yours/make-it-yours.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default component$<PropsOf<typeof Button>>(() => {
7171
<LuSlidersHorizontal class={cn('h-4 w-4 sm:mr-2')} />
7272
<span class={cn('hidden', 'sm:block')}>Make it yours</span>
7373
</Modal.Trigger>
74-
<Modal.Panel class="fixed right-0 mr-0 h-screen max-w-sm rounded-none rounded-l-base border-y border-l data-[closing]:slide-out-to-right data-[open]:slide-in-from-right sm:w-full">
74+
<Modal.Panel position="right">
7575
<header class="flex w-full">
7676
<h2 class="justify-self-start text-lg font-bold">Edit Profile</h2>
7777
</header>

0 commit comments

Comments
 (0)