1
0
forked from noxious/client

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="true" @modal:close="() => zoneEditorStore.toggleCreateZoneModal()" :modal-width="300" :modal-height="400" :is-resizable="false">
<Modal :isModalOpen="true" @modal:close="() => zoneEditorStore.toggleCreateZoneModal()" :modal-width="300" :modal-height="420" :is-resizable="false" :disable-bg-texture="true">
<template #modalHeader>
<h3 class="m-0 font-medium shrink-0 text-white">Create new zone</h3>
</template>