style: Hide labels of tabs on smaller screens

This commit is contained in:
Dries Augustyns
2025-12-08 21:48:09 +01:00
parent a372e55b78
commit 77089fcdd6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const TabsList = React.forwardRef<
<TabsPrimitive.List
ref={ref}
className={cn(
'inline-flex h-10 items-center justify-center rounded-md bg-neutral-100 p-1 text-neutral-500',
'inline-flex h-10 items-center justify-start rounded-md bg-neutral-100 p-1 text-neutral-500',
className,
)}
{...props}