From 88a2967b938e705c0cd1c5c3f0f0339977dccb8d Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 4 Sep 2025 13:52:57 +0000 Subject: [PATCH] Update video progress bar colors to a new vibrant pinkish-red gradient Update the color scheme for video progress bars and category indicators from a purple gradient to a new pinkish-red gradient, incorporating specific hex color codes for both the main progress bar and its associated glow and dot elements. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/PO46AHf --- client/src/components/netflix-grid.tsx | 2 +- client/src/components/video-card.tsx | 6 +++--- client/src/components/video-modal.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 && (