diff --git a/resources/views/components/modal-input.blade.php b/resources/views/components/modal-input.blade.php index b031740ca..453ee88de 100644 --- a/resources/views/components/modal-input.blade.php +++ b/resources/views/components/modal-input.blade.php @@ -8,8 +8,26 @@ 'content' => null, 'closeOutside' => true, 'minWidth' => '36rem', + 'maxWidth' => '48rem', 'isFullWidth' => false, ]) + +@php + $modalId = 'modal-' . uniqid(); +@endphp + + +
-
+ class="relative w-full border rounded-sm drop-shadow-sm min-w-full bg-white border-neutral-200 dark:bg-base dark:border-coolgray-300 flex flex-col">

{{ $title }}