forked from noxious/client
Added global empty btn styling, adjusted and WIP modal styling
This commit is contained in:
@ -40,7 +40,7 @@ const modalOpened = ref(props.modalOpened)
|
||||
<template>
|
||||
<Modal :closable="false" :is-resizable="false" :isModalOpen="true" @modal:close="() => (modalOpened = !modalOpened)" :modal-width="300" :modal-height="190">
|
||||
<template #modalHeader>
|
||||
<div class="text-gray-300">
|
||||
<div class="text-white">
|
||||
<slot name="modalHeader"></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user