Skip to content

Commit

Permalink
💄 Improve spacing in UserInputs component
Browse files Browse the repository at this point in the history
* Replace `[&>*]:mb-3` with `space-y-3` for better spacing between elements
  • Loading branch information
usagizmo committed Jun 11, 2024
1 parent 368fa31 commit b149567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
const isSignUpPage = $derived($page.url.pathname === ROUTE.ADMIN_SIGNUP);
</script>

<div class="[&>*]:mb-3">
<div class="space-y-3">
{#if isSignUpPage}
<div transition:slide={defaultDE}>
<Input
Expand Down

0 comments on commit b149567

Please sign in to comment.