feat: upgrade to tailwindcss v4

This commit is contained in:
Aarnav Tale 2025-05-29 09:45:47 -04:00
parent e173376319
commit b7009e387b
No known key found for this signature in database
31 changed files with 374 additions and 1228 deletions

View file

@ -56,7 +56,7 @@ function Tab({ item, state }: TabsTabProps) {
className={cn(
'pl-2 pr-3 py-2.5',
'aria-selected:bg-headplane-100 dark:aria-selected:bg-headplane-950',
'focus:outline-none focus:ring z-10',
'focus:outline-hidden focus:ring-3 z-10',
'border-r border-headplane-100 dark:border-headplane-800',
'first:rounded-tl-xl last:rounded-tr-xl last:border-r-0',
)}