fix dark mode in roles modal and send modal

This commit is contained in:
yashkanakiya
2023-03-28 12:43:41 +05:30
parent cf1f8571f8
commit 3396a4a462
4 changed files with 8 additions and 14 deletions

View File

@ -112,9 +112,7 @@
style="min-height: 500px"
></iframe>
</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"
@ -138,7 +136,7 @@
/>
{{ $t('general.send') }}
</BaseButton>
</div>
</BaseModalFooter>
</div>
</BaseModal>
</template>