Updated modal bg styles to correct values, started working on map object setting modal

This commit is contained in:
2025-02-05 21:04:47 +01:00
parent 3c06f7db97
commit b195f1399f
7 changed files with 41 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<template>
<Modal ref="modalRef" @modal:close="() => mapEditorStore.setTool('move')" :modal-width="300" :modal-height="350" :is-resizable="false" :bg-style="'none'">
<Modal ref="modalRef" @modal:close="() => mapEditorStore.setTool('move')" :modal-width="300" :modal-height="350" :is-resizable="false" bg-style="none">
<template #modalHeader>
<h3 class="m-0 font-medium shrink-0 text-white">Teleport settings</h3>
</template>