0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-11 02:23:09 -05:00

chore: minor form bottom padding increase (#15558)

This commit is contained in:
Alex 2025-01-23 09:45:07 -06:00 committed by GitHub
parent f32c5d97cd
commit a47aa86392
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>