diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 1fbb9be..1929a6c 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-2 h-2 rounded-full transition-all duration-300 ${ + className={`w-1.5 h-1.5 rounded-full transition-all duration-300 ${ index === currentIndex - ? 'bg-gradient-to-r from-purple-500 to-blue-500 scale-125' - : 'bg-white/30 hover:bg-white/50' + ? 'bg-gradient-to-r from-purple-500 to-blue-500 scale-110' + : 'bg-white/20 hover:bg-white/30' }`} aria-label={`Go to card ${index + 1}`} />