diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 9105ab6..91ec3b3 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -420,7 +420,7 @@ export default function VideoPage() { e.stopPropagation(); navigateToVideo('prev'); }} - className="absolute left-1 top-1/2 transform -translate-y-1/2 bg-black/70 hover:bg-black/90 text-white border-none p-3 rounded-full z-20 shadow-lg hidden md:flex items-center justify-center" + className="absolute left-1 top-1/2 transform -translate-y-1/2 bg-black/40 hover:bg-black/60 text-white border-none p-3 rounded-full z-20 shadow-lg hidden md:flex items-center justify-center" size="sm" data-testid="button-prev-video" > @@ -432,7 +432,7 @@ export default function VideoPage() { e.stopPropagation(); navigateToVideo('next'); }} - className="absolute right-1 top-1/2 transform -translate-y-1/2 bg-black/70 hover:bg-black/90 text-white border-none p-3 rounded-full z-20 shadow-lg hidden md:flex items-center justify-center" + className="absolute right-1 top-1/2 transform -translate-y-1/2 bg-black/40 hover:bg-black/60 text-white border-none p-3 rounded-full z-20 shadow-lg hidden md:flex items-center justify-center" size="sm" data-testid="button-next-video" >