diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 1929a6c..407a158 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -398,10 +398,10 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate 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 - ? 'bg-gradient-to-r from-purple-500 to-blue-500 scale-110' - : 'bg-white/20 hover:bg-white/30' + ? 'bg-gradient-to-r from-purple-500 to-blue-500 scale-150' + : 'bg-white/15 hover:bg-white/25' }`} aria-label={`Go to card ${index + 1}`} />