improvement(docs): soften video hover opacity (#4339)

This commit is contained in:
Waleed
2026-04-29 08:43:15 -07:00
committed by GitHub
parent 61342e2567
commit 52c93d414b
+1 -1
View File
@@ -50,7 +50,7 @@ export function Video({
height={height}
className={cn(
className,
enableLightbox && 'cursor-pointer transition-opacity hover:opacity-95'
enableLightbox && 'cursor-pointer transition-opacity hover:opacity-[0.97]'
)}
src={getAssetUrl(src)}
onClick={handleVideoClick}