Skip to content

Commit be2429d

Browse files
committed
Update default backdrop classes in AppModal.vue for improved styling
1 parent 42d8f8e commit be2429d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/resources/js/Components/Overlay/AppModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { computed } from 'vue'
2525
const props = defineProps({
2626
backdropClasses: {
2727
type: String,
28-
default: 'bg-neutral-9 bg-opacity-75 fixed inset-0 z-50'
28+
default: 'bg-neutral-12/50 fixed inset-0 z-50'
2929
},
3030
placement: {
3131
type: String,

0 commit comments

Comments
 (0)