Improve visual appearance of content navigation indicators

Update carousel pagination dot styles for better visual feedback and a sleeker UI.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1/OdlP8Wj
This commit is contained in:
sebastjanartic 2025-09-03 08:25:15 +00:00
parent 926ea39e9f
commit a5f40b36da

View File

@ -398,10 +398,10 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
setCurrentIndex(index); setCurrentIndex(index);
} }
}} }}
className={`w-1.5 h-1.5 rounded-full transition-all duration-300 ${ className={`w-0.5 h-0.5 rounded-full transition-all duration-300 ${
index === currentIndex index === currentIndex
? 'bg-gradient-to-r from-purple-500 to-blue-500 scale-110' ? 'bg-gradient-to-r from-purple-500 to-blue-500 scale-150'
: 'bg-white/20 hover:bg-white/30' : 'bg-white/15 hover:bg-white/25'
}`} }`}
aria-label={`Go to card ${index + 1}`} aria-label={`Go to card ${index + 1}`}
/> />