improve tabs

This commit is contained in:
2026-05-10 00:37:51 +02:00
parent b4ececbbb4
commit e024951346
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@avocadi/ui",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"description": "ui elements for avocadi",
"private": false,
"files": [
+1 -1
View File
@@ -32,7 +32,7 @@ function Tabs({
const tabsListVariants = cva(
cn(
"rounded-full data-[variant=line]:rounded-none",
"rounded-input data-[variant=line]:rounded-none",
"p-2 gap-1",
"group/tabs-list text-main inline-flex w-fit items-center justify-center \
group-data-[orientation=vertical]/tabs:h-fit group-data-[orientation=vertical]/tabs:flex-col",