1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Added a Light blur effect such that the modal stands out a bit more

This commit is contained in:
Abdullah Khan 2024-06-19 01:54:21 -04:00 committed by GitHub
parent f6348e94ad
commit 84ad2ce700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,7 +152,7 @@ export function PopupModal({
return (
<div
className="fixed inset-0 bg-opacity-50 flex justify-center items-center sm:items-start z-50 transition-opacity duration-100 top-10 sm:top-10"
className="fixed inset-0 bg-black bg-opacity-40 flex justify-center items-center sm:items-start z-50 transition-opacity duration-100 top-10 sm:top-10"
style={{ opacity: style.opacity, visibility: style.visibility }}
>
<div