Skip to content

Commit 38ff134

Browse files
author
root
committed
Use explicit cover overlay opacity
1 parent 5b78836 commit 38ff134

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/write/components/sections/images-section.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ export function ImagesSection({ delay = 0 }: ImagesSectionProps) {
108108
}}
109109
/>
110110
{isCover && (
111-
<div className='pointer-events-none absolute inset-0 grid place-items-center bg-white/[0.3] backdrop-blur-md'>
111+
<div
112+
className='pointer-events-none absolute inset-0 grid place-items-center'
113+
style={{ backgroundColor: 'rgba(255, 255, 255, 0.3)', backdropFilter: 'blur(12px)', WebkitBackdropFilter: 'blur(12px)' }}>
112114
<span className='whitespace-nowrap text-[10px] font-medium text-blue-500'>封面</span>
113115
</div>
114116
)}

0 commit comments

Comments
 (0)