Skip to content

Commit e971c54

Browse files
koki-developclaude
andcommitted
fix(ui): make modal panel fully opaque and drop its backdrop blur
The panel sat at bg-cork-surface/95, so its backdrop-blur-xl only acted on a 5% see-through sliver — cost without visible effect. Make the panel fully opaque and remove the now-pointless blur layer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 37b85b6 commit e971c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/organisms/shell/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function ModalContainer({
123123
/>
124124
<m.div
125125
className={clsx(
126-
"border-cork-border/60 bg-cork-surface/95 relative mx-4 max-h-[85vh] w-full overflow-y-auto rounded-2xl border p-6 shadow-2xl backdrop-blur-xl",
126+
"border-cork-border/60 bg-cork-surface relative mx-4 max-h-[85vh] w-full overflow-y-auto rounded-2xl border p-6 shadow-2xl",
127127
maxWidthClassName,
128128
containerClassName,
129129
)}

0 commit comments

Comments
 (0)