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 0e92b96 commit 21a20fdCopy full SHA for 21a20fd
components/new/ProjectSection.tsx
@@ -192,7 +192,7 @@ export function ProjectsSection() {
192
193
{isModalOpen && selectedProject && (
194
<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"
+ className="fixed inset-0 z-50 flex h-full w-full items-center justify-center transition-opacity duration-200 ease-out"
196
role="button"
197
tabIndex={0}
198
aria-label="Close project details"
0 commit comments