Disabled texture in GM utility modals , fixed btn padding for zone delete button

This commit is contained in:
2024-11-17 00:46:05 +01:00
parent 1e3fc2b0f8
commit 84939a7d32
6 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<template>
<Modal :isModalOpen="zoneEditorStore.isTileListModalShown" :modal-width="645" :modal-height="600" @modal:close="() => (zoneEditorStore.isTileListModalShown = false)">
<Modal :isModalOpen="zoneEditorStore.isTileListModalShown" :modal-width="645" :modal-height="600" @modal:close="() => (zoneEditorStore.isTileListModalShown = false)" :disable-bg-texture="true">
<template #modalHeader>
<h3 class="text-lg text-white">Tiles</h3>
</template>