diff --git a/playground/pages/tabs.vue b/playground/pages/tabs.vue
index bdd509a8..90f4dbd0 100644
--- a/playground/pages/tabs.vue
+++ b/playground/pages/tabs.vue
@@ -12,5 +12,5 @@ const items = [{
-
+
diff --git a/src/theme/tabs.ts b/src/theme/tabs.ts
index 22f0c4d4..b400d549 100644
--- a/src/theme/tabs.ts
+++ b/src/theme/tabs.ts
@@ -4,7 +4,7 @@ export default {
list: 'relative w-full flex data-[orientation=vertical]:flex-col data-[orientation=vertical]:items-center justify-center rounded-lg bg-gray-50 dark:bg-gray-800 data-[orientation=horizontal]:h-10 p-1 group',
// FIXME: Replace transition with `transition-[width,transform]` when available
indicator: 'absolute group-data-[orientation=horizontal]:left-0 group-data-[orientation=vertical]:top-0 group-data-[orientation=horizontal]:inset-y-1 group-data-[orientation=vertical]:inset-x-1 group-data-[orientation=horizontal]:w-[--radix-tabs-indicator-size] group-data-[orientation=vertical]:h-[--radix-tabs-indicator-size] group-data-[orientation=horizontal]:translate-x-[--radix-tabs-indicator-position] group-data-[orientation=vertical]:translate-y-[--radix-tabs-indicator-position] transition-transform duration-200 bg-white dark:bg-gray-900 rounded-md shadow-sm',
- trigger: 'relative inline-flex items-center justify-center shrink-0 w-full h-8 text-gray-500 data-[state=active]:text-gray-900 dark:text-gray-400 dark:data-[state=active]:text-white px-3 text-sm font-medium rounded-md disabled:cursor-not-allowed disabled:opacity-75 transition-colors duration-200 ease-out focus-visible:ring-2 focus-visible:ring-primary-500 dark:focus-visible:ring-primary-400 focus:outline-none',
+ trigger: 'relative inline-flex items-center justify-center shrink-0 flex-1 h-8 text-gray-500 data-[state=active]:text-gray-900 dark:text-gray-400 dark:data-[state=active]:text-white px-3 text-sm font-medium rounded-md disabled:cursor-not-allowed disabled:opacity-75 transition-colors duration-200 ease-out focus-visible:ring-2 focus-visible:ring-primary-500 dark:focus-visible:ring-primary-400 focus:outline-none',
content: 'focus:outline-none',
label: 'truncate'
}
diff --git a/test/components/__snapshots__/Tabs.spec.ts.snap b/test/components/__snapshots__/Tabs.spec.ts.snap
index 7d1307c4..a9078dbd 100644
--- a/test/components/__snapshots__/Tabs.spec.ts.snap
+++ b/test/components/__snapshots__/Tabs.spec.ts.snap
@@ -3,7 +3,7 @@
exports[`Tabs > renders basic case correctly 1`] = `
"
-
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -14,7 +14,7 @@ exports[`Tabs > renders basic case correctly 1`] = `
exports[`Tabs > renders with class correctly 1`] = `
"
-
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -25,7 +25,7 @@ exports[`Tabs > renders with class correctly 1`] = `
exports[`Tabs > renders with content slot correctly 1`] = `
"
-
+
Content slot
Content slot
@@ -36,7 +36,7 @@ exports[`Tabs > renders with content slot correctly 1`] = `
exports[`Tabs > renders with default slot correctly 1`] = `
"
-
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -47,7 +47,7 @@ exports[`Tabs > renders with default slot correctly 1`] = `
exports[`Tabs > renders with defaultValue correctly 1`] = `
"
-
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -58,7 +58,7 @@ exports[`Tabs > renders with defaultValue correctly 1`] = `
exports[`Tabs > renders with modelValue correctly 1`] = `
"
-
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -69,7 +69,7 @@ exports[`Tabs > renders with modelValue correctly 1`] = `
exports[`Tabs > renders with orientation correctly 1`] = `
"
-
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -80,7 +80,7 @@ exports[`Tabs > renders with orientation correctly 1`] = `
exports[`Tabs > renders with ui correctly 1`] = `
"
-
+
This is the content shown for Tab1
And, this is the content for Tab2