mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-22 05:19:54 +08:00
improvement(docs): soften video hover opacity (#4339)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user