|
@ -6,7 +6,7 @@ |
|
|
class="fixed inset-0 z-30 bg-gray-500 opacity-75 dark:bg-black dark:opacity-50" |
|
|
class="fixed inset-0 z-30 bg-gray-500 opacity-75 dark:bg-black dark:opacity-50" |
|
|
/> |
|
|
/> |
|
|
<DialogContent |
|
|
<DialogContent |
|
|
class="fixed left-1/2 top-1/2 z-[100] max-h-[85vh] w-[90vw] max-w-md -translate-x-1/2 -translate-y-1/2 rounded-md p-6 shadow-2xl focus:outline-none dark:bg-neutral-700" |
|
|
class="fixed left-1/2 top-1/2 z-[100] max-h-[85vh] w-[90vw] max-w-md -translate-x-1/2 -translate-y-1/2 rounded-md p-6 shadow-2xl focus:outline-none bg-white dark:bg-neutral-700" |
|
|
> |
|
|
> |
|
|
<DialogTitle |
|
|
<DialogTitle |
|
|
class="m-0 text-lg font-semibold text-gray-900 dark:text-neutral-200" |
|
|
class="m-0 text-lg font-semibold text-gray-900 dark:text-neutral-200" |
|
|