diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index c752f4f..f3f8f69 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -472,7 +472,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate }} className={`rounded-full transition-colors duration-300 ease-in-out ${ index === currentIndex - ? 'bg-gradient-to-r from-purple-500 to-blue-500' + ? 'bg-gradient-to-r from-[#ec4c73] to-[#e91e63]' : 'bg-white/25 hover:bg-white/40' }`} style={{ diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index 8eeaf9a..95e2f4b 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -309,13 +309,13 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay {duration > 0 && (
{/* Glow effect */} -
+
{/* Progress dot at the end */} -
+
)} diff --git a/client/src/components/video-modal.tsx b/client/src/components/video-modal.tsx index ff2295c..69dae01 100644 --- a/client/src/components/video-modal.tsx +++ b/client/src/components/video-modal.tsx @@ -505,7 +505,7 @@ export default function VideoModal({ video, isOpen, onClose, enableAds = true }: data-testid="progress-bar" >
0 ? (currentTime / duration) * 100 : 0}%` }} />