feat: modal bg blur instead of plain color

This commit is contained in:
ae 2025-04-17 17:19:04 +03:00
parent eeed3dc5d5
commit 14a87a2578
Signed by: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -250,8 +250,7 @@
/* Settings modal */
.modal-backdrop {
/* @apply bg-opacity-50 fixed inset-0 z-50 flex items-center justify-center bg-black; */
@apply fixed inset-0 z-50 flex items-center justify-center bg-black;
@apply fixed inset-0 z-50 flex items-center justify-center backdrop-blur-xs;
}
.modal-content {