fix: settings modal size

This commit is contained in:
Jannat Patel
2025-05-14 13:19:03 +05:30
parent da8028784d
commit 0a0fcb305c
3 changed files with 15 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<template>
<Dialog v-model="show" :options="{ size: '4xl' }">
<Dialog v-model="show" :options="{ size: '5xl' }">
<template #body>
<div class="flex h-[calc(100vh_-_8rem)]">
<div class="flex w-52 shrink-0 flex-col bg-surface-gray-2 p-2">