Skip to content

Commit

Permalink
chore: minor form bottom padding increase (#15558)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Jan 23, 2025
1 parent f32c5d9 commit a47aa86
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions web/src/lib/components/layouts/AuthPageLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
<Heading size="large" class="font-semibold" color="primary">{title}</Heading>
</VStack>
</CardHeader>
<CardBody>
{@render children?.()}
</CardBody>

<div class="pb-4">
<CardBody>
{@render children?.()}
</CardBody>
</div>
</Card>
</section>

0 comments on commit a47aa86

Please sign in to comment.