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

@ -425,9 +425,7 @@
</BaseTabGroup>
</div>
<div
class="z-0 flex justify-end p-4 border-t border-gray-200 border-solid"
>
<BaseModalFooter>
<BaseButton
class="mr-3 text-sm"
type="button"
@ -447,7 +445,7 @@
</template>
{{ $t('general.save') }}
</BaseButton>
</div>
</BaseModalFooter>
</form>
</BaseModal>
</template>