We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be90f79 + d6d00e7 commit 30ec7c0Copy full SHA for 30ec7c0
1 file changed
src/components/tabs/index.tsx
@@ -9,7 +9,7 @@ import { cva, type VariantProps } from 'class-variance-authority'
9
import { cn } from '../../lib/utils'
10
11
const tabsListVariants = cva(
12
- 'p-1 radius-md justify-start whitespace-nowrap overflow-x-auto overflow-y-hidden [scrollbar-width:none] [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden',
+ 'p-1 rounded-md justify-start whitespace-nowrap overflow-x-auto overflow-y-hidden [scrollbar-width:none] [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden',
13
{
14
variants: {
15
variant: {
0 commit comments