Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Apr 24, 2024
1 parent b84aadc commit 5a652bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class:icon="size-3"
x-on:click.outside="open = false"
x-on:keyup.escape.window="open = false"
x-trap.inert.noscroll="open"
class="absolute z-30 bottom-0 inset-x-0 m-3"
class="absolute z-30 bottom-0 inset-x-0 mx-3"
>
<div class="relative mx-auto rounded-xl w-full max-w-96 bg-secondary-800">
<div class="relative mx-auto rounded-xl w-full max-w-[27rem] bg-secondary-800">
<x-heroicon-m-minus class="h-8 fill-secondary-500 mx-auto" />

<div class="flex flex-col pb-4 px-4 gap-3">
Expand Down

0 comments on commit 5a652bc

Please sign in to comment.