We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d8f8e commit be2429dCopy full SHA for be2429d
stubs/resources/js/Components/Overlay/AppModal.vue
@@ -25,7 +25,7 @@ import { computed } from 'vue'
25
const props = defineProps({
26
backdropClasses: {
27
type: String,
28
- default: 'bg-neutral-9 bg-opacity-75 fixed inset-0 z-50'
+ default: 'bg-neutral-12/50 fixed inset-0 z-50'
29
},
30
placement: {
31
0 commit comments