diff --git a/docs/components/content/examples/TabsExampleIconSlot.vue b/docs/components/content/examples/TabsExampleIconSlot.vue index 1ba63247..b5f40c18 100644 --- a/docs/components/content/examples/TabsExampleIconSlot.vue +++ b/docs/components/content/examples/TabsExampleIconSlot.vue @@ -17,7 +17,7 @@ const items = [{ diff --git a/src/runtime/ui.config/navigation/tabs.ts b/src/runtime/ui.config/navigation/tabs.ts index 6596844f..c27953c9 100644 --- a/src/runtime/ui.config/navigation/tabs.ts +++ b/src/runtime/ui.config/navigation/tabs.ts @@ -28,7 +28,7 @@ export default { font: 'font-medium', rounded: 'rounded-md', shadow: '', - icon: 'w-4 h-4 flex-shrink-0 mr-2' + icon: 'w-4 h-4 flex-shrink-0 me-2' } } }