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

@ -150,9 +150,7 @@
@Remove="removeUsedSelectedCurrencies"
/>
</div>
<div
class="z-0 flex justify-end p-4 border-t border-gray-200 border-solid"
>
<BaseModalFooter>
<BaseButton
class="mr-3"
variant="primary-outline"
@ -179,7 +177,7 @@
exchangeRateStore.isEdit ? $t('general.update') : $t('general.save')
}}
</BaseButton>
</div>
</BaseModalFooter>
</form>
</BaseModal>
</template>