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

@ -57,9 +57,7 @@
</BaseInputGroup>
</BaseInputGrid>
</div>
<div
class="z-0 flex justify-end p-4 border-t border-gray-200 border-solid dark:border-gray-600"
>
<BaseModalFooter>
<BaseButton
class="mr-3"
variant="primary-outline"
@ -84,7 +82,7 @@
</template>
{{ $t('general.create') }}
</BaseButton>
</div>
</BaseModalFooter>
</form>
</BaseModal>
</template>