fix(docs): icon-xs issue and quick-start href

This commit is contained in:
rzmk 2025-10-14 06:39:59 -04:00
parent 451184a914
commit 1f2b68f4d2
3 changed files with 3 additions and 2 deletions

View file

@ -20,6 +20,7 @@ const buttonVariants = cva(
sm: "h-9 px-3",
lg: "h-11 px-6",
xs: "px-2 py-1.5 text-xs",
"icon-xs": "p-1 [&_svg]:size-4"
},
},
defaultVariants: {