diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index aa66edf..09f866f 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -404,11 +404,11 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate : 'bg-white/15 hover:bg-white/25' }`} style={{ - width: '1.5px', - height: '1.5px', - minWidth: '1.5px', - minHeight: '1.5px', - transform: index === currentIndex ? 'scale(1.5)' : 'scale(1)' + width: '4px', + height: '4px', + minWidth: '4px', + minHeight: '4px', + transform: index === currentIndex ? 'scale(1.3)' : 'scale(1)' }} aria-label={`Go to card ${index + 1}`} />