diff --git a/src/theme/breadcrumb.ts b/src/theme/breadcrumb.ts index 1269a05f..7c55cd3f 100644 --- a/src/theme/breadcrumb.ts +++ b/src/theme/breadcrumb.ts @@ -3,7 +3,7 @@ export default { root: 'relative min-w-0', list: 'flex items-center gap-1.5', item: 'flex min-w-0', - link: 'group relative flex items-center gap-1.5 font-medium text-sm min-w-0', + link: 'group relative flex items-center gap-1.5 text-sm min-w-0', linkLeadingIcon: 'shrink-0 size-5', linkLeadingAvatar: 'shrink-0', linkLabel: 'truncate', @@ -13,7 +13,7 @@ export default { variants: { active: { true: { - link: 'text-primary-500 dark:text-primary-400' + link: 'text-primary-500 dark:text-primary-400 font-medium' }, false: { link: 'text-gray-500 dark:text-gray-400' diff --git a/test/components/__snapshots__/Breadcrumb.spec.ts.snap b/test/components/__snapshots__/Breadcrumb.spec.ts.snap index b30829ce..3307a50f 100644 --- a/test/components/__snapshots__/Breadcrumb.spec.ts.snap +++ b/test/components/__snapshots__/Breadcrumb.spec.ts.snap @@ -3,11 +3,11 @@ exports[`Breadcrumb > renders with class correctly 1`] = ` "
" @@ -16,11 +16,11 @@ exports[`Breadcrumb > renders with class correctly 1`] = ` exports[`Breadcrumb > renders with custom slot correctly 1`] = ` "" @@ -29,11 +29,11 @@ exports[`Breadcrumb > renders with custom slot correctly 1`] = ` exports[`Breadcrumb > renders with item slot correctly 1`] = ` "" @@ -42,11 +42,11 @@ exports[`Breadcrumb > renders with item slot correctly 1`] = ` exports[`Breadcrumb > renders with item-label slot correctly 1`] = ` "