Skip to content

Commit 00ee8b5

Browse files
style: minor ui change
1 parent d5f0b76 commit 00ee8b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Analysis/AnalysisProgressOverlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const AnalysisProgressOverlay: React.FC<Props> = ({
2020

2121
return (
2222
<motion.div
23-
className="absolute left-0 top-0 z-20 flex h-screen w-screen flex-col items-center justify-center bg-black/10 px-4 backdrop-blur-[2px] md:px-0"
23+
className="absolute left-0 top-0 z-20 flex h-screen w-screen flex-col items-center justify-center bg-black/60 px-4 md:px-0"
2424
initial={{ opacity: 0 }}
2525
animate={{ opacity: 1 }}
2626
exit={{ opacity: 0 }}

0 commit comments

Comments
 (0)