Added day selection and revamped modal structure

This commit is contained in:
Alexis
2024-08-17 11:33:42 +02:00
parent 0d57c70719
commit 7244120219
7 changed files with 243 additions and 112 deletions

View File

@@ -90,10 +90,10 @@ const modalOpened = ref<boolean>(false)
</section>
<UiAlertDialog v-model:open="modalOpened">
<UiAlertDialogContent class="grid grid-rows-[auto_1fr_auto] items-start min-h-[66vh] max-w-4xl">
<UiAlertDialogContent class="grid grid-rows-[auto_1fr_auto] items-start min-h-[66vh] max-w-4xl gap-6">
<UiAlertDialogTitle>
<span class="text-2xl">
Créer un calendrier
<strong class="font-bold">{{ world.name }}</strong> Nouveau calendrier
</span>
</UiAlertDialogTitle>