Skip to content

Commit 21a20fd

Browse files
committed
xd
1 parent 0e92b96 commit 21a20fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/new/ProjectSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export function ProjectsSection() {
192192

193193
{isModalOpen && selectedProject && (
194194
<div
195-
className="fixed inset-0 z-50 flex h-full w-full items-center justify-center bg-black/60 backdrop-blur-sm transition-opacity duration-200 ease-out"
195+
className="fixed inset-0 z-50 flex h-full w-full items-center justify-center transition-opacity duration-200 ease-out"
196196
role="button"
197197
tabIndex={0}
198198
aria-label="Close project details"

0 commit comments

Comments
 (0)