chore: consistent modal footer spacing (#19377)

This commit is contained in:
Daniel Dietzler
2025-06-20 20:05:39 +02:00
committed by GitHub
parent 1dc8fa2979
commit a5d84ba552
22 changed files with 69 additions and 67 deletions
@@ -191,10 +191,10 @@
</ModalBody>
<ModalFooter>
<div class="flex w-full gap-2">
<HStack fullWidth>
<Button color="secondary" fullWidth shape="round" onclick={() => handleCancel()}>{$t('cancel')}</Button>
<Button type="submit" fullWidth shape="round" form="create-tag-form">{$t('create')}</Button>
</div>
</HStack>
</ModalFooter>
</Modal>
{/if}
@@ -214,10 +214,10 @@
</ModalBody>
<ModalFooter>
<div class="flex w-full gap-2">
<HStack fullWidth>
<Button color="secondary" fullWidth shape="round" onclick={() => handleCancel()}>{$t('cancel')}</Button>
<Button type="submit" fullWidth shape="round" form="edit-tag-form">{$t('save')}</Button>
</div>
</HStack>
</ModalFooter>
</Modal>
{/if}