add dark mode in base modal (#1171)

* add dark mode in base modal

* add BaseModalFooter

* fix dark mode in roles modal and send modal
This commit is contained in:
Yash Kanakiya
2023-03-28 13:10:42 +05:30
committed by GitHub
parent 1aceb2c672
commit 29a135adaf
27 changed files with 90 additions and 150 deletions

View File

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