feat(ui): darken modal overlay

This commit is contained in:
Brian McGee
2025-08-19 16:07:10 +01:00
parent 53873411a6
commit e05d85c759

View File

@@ -37,7 +37,7 @@
}
.backdrop {
@apply absolute left-0 top-0 z-50 size-full bg-white/90;
@apply absolute left-0 top-0 z-50 size-full bg-black opacity-40;
}
.contentWrapper {