Styled chips + small typo fix ;)

This commit is contained in:
2024-07-02 22:28:15 +02:00
parent fbde46c771
commit 2cfe80de11
2 changed files with 36 additions and 31 deletions

View File

@ -5,7 +5,7 @@
</template>
<template #modalBody>
<div class="content">
<button class="btn-cyan w-full" type="button" @click="gmPanelStore.toggle()">Tooggle GM panel</button>
<button class="btn-cyan w-full" type="button" @click="gmPanelStore.toggle()">Toggle GM panel</button>
<button class="btn-cyan w-full" type="button" @click="() => zoneEditorStore.toggleActive()">Zone manager</button>
</div>
</template>