add BaseModalFooter

This commit is contained in:
yashkanakiya
2023-03-27 11:19:07 +05:30
parent 6e70930e87
commit cf1f8571f8
22 changed files with 56 additions and 129 deletions

View File

@ -38,7 +38,7 @@
</BaseInputGroup>
</div>
<div class="z-0 flex justify-end p-4 border-t border-gray-200 border-solid border-modal-bg dark:border-gray-600">
<BaseModalFooter>
<BaseButton
class="mr-3 text-sm"
variant="primary-outline"
@ -63,7 +63,7 @@
</template>
{{ $t('general.delete') }}
</BaseButton>
</div>
</BaseModalFooter>
</form>
</BaseModal>
</template>