diff --git a/resources/views/vendor/jetstream/components/modal.blade.php b/resources/views/vendor/jetstream/components/modal.blade.php index 93936225..91db16ba 100644 --- a/resources/views/vendor/jetstream/components/modal.blade.php +++ b/resources/views/vendor/jetstream/components/modal.blade.php @@ -1,4 +1,4 @@ -@props(['id', 'maxWidth', 'bg']) +@props(['id', 'maxWidth', 'bg' => 'bg-white']) @php $id = $id ?? md5($attributes->wire('model'));