diff --git a/src/theme/breadcrumb.ts b/src/theme/breadcrumb.ts index 7c55cd3f..61381ace 100644 --- a/src/theme/breadcrumb.ts +++ b/src/theme/breadcrumb.ts @@ -13,10 +13,10 @@ export default { variants: { active: { true: { - link: 'text-primary-500 dark:text-primary-400 font-medium' + link: 'text-primary-500 dark:text-primary-400 font-semibold' }, false: { - link: 'text-gray-500 dark:text-gray-400' + link: 'text-gray-500 dark:text-gray-400 font-medium' } }, disabled: { diff --git a/test/components/__snapshots__/Breadcrumb.spec.ts.snap b/test/components/__snapshots__/Breadcrumb.spec.ts.snap index 3307a50f..4e596231 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`] = ` "
    -
  1. Home
  2. +
  3. Home
  4. -
  5. Navigation
  6. +
  7. Navigation
  8. -
  9. Breadcrumb
  10. +
  11. Breadcrumb
" @@ -16,11 +16,11 @@ exports[`Breadcrumb > renders with class correctly 1`] = ` exports[`Breadcrumb > renders with custom slot correctly 1`] = ` "
    -
  1. Home
  2. +
  3. Home
  4. -
  5. Navigation
  6. +
  7. Navigation
  8. -
  9. Custom slot
  10. +
  11. Custom slot
" @@ -29,11 +29,11 @@ exports[`Breadcrumb > renders with custom slot correctly 1`] = ` exports[`Breadcrumb > renders with item slot correctly 1`] = ` "
    -
  1. Item slot
  2. +
  3. Item slot
  4. -
  5. Item slot
  6. +
  7. Item slot
  8. -
  9. Breadcrumb
  10. +
  11. Breadcrumb
" @@ -42,11 +42,11 @@ exports[`Breadcrumb > renders with item slot correctly 1`] = ` exports[`Breadcrumb > renders with item-label slot correctly 1`] = ` "
    -
  1. Item label slot
  2. +
  3. Item label slot
  4. -
  5. Item label slot
  6. +
  7. Item label slot
  8. -
  9. Breadcrumb
  10. +
  11. Breadcrumb
" @@ -55,11 +55,11 @@ exports[`Breadcrumb > renders with item-label slot correctly 1`] = ` exports[`Breadcrumb > renders with item-leading slot correctly 1`] = ` "
    -
  1. Item leading slotHome
  2. +
  3. Item leading slotHome
  4. -
  5. Item leading slotNavigation
  6. +
  7. Item leading slotNavigation
  8. -
  9. Breadcrumb
  10. +
  11. Breadcrumb
" @@ -68,11 +68,11 @@ exports[`Breadcrumb > renders with item-leading slot correctly 1`] = ` exports[`Breadcrumb > renders with item-trailing slot correctly 1`] = ` "
    -
  1. HomeItem trailing slot
  2. +
  3. HomeItem trailing slot
  4. -
  5. NavigationItem trailing slot
  6. +
  7. NavigationItem trailing slot
  8. -
  9. Breadcrumb
  10. +
  11. Breadcrumb
" @@ -81,11 +81,11 @@ exports[`Breadcrumb > renders with item-trailing slot correctly 1`] = ` exports[`Breadcrumb > renders with items correctly 1`] = ` "
    -
  1. Home
  2. +
  3. Home
  4. -
  5. Navigation
  6. +
  7. Navigation
  8. -
  9. Breadcrumb
  10. +
  11. Breadcrumb
" @@ -94,11 +94,11 @@ exports[`Breadcrumb > renders with items correctly 1`] = ` exports[`Breadcrumb > renders with separator slot correctly 1`] = ` "
    -
  1. Home
  2. +
  3. Home
  4. -
  5. Navigation
  6. +
  7. Navigation
  8. -
  9. Breadcrumb
  10. +
  11. Breadcrumb
" @@ -107,11 +107,11 @@ exports[`Breadcrumb > renders with separator slot correctly 1`] = ` exports[`Breadcrumb > renders with separatorIcon correctly 1`] = ` "
    -
  1. Home
  2. +
  3. Home
  4. -
  5. Navigation
  6. +
  7. Navigation
  8. -
  9. Breadcrumb
  10. +
  11. Breadcrumb
" @@ -120,11 +120,11 @@ exports[`Breadcrumb > renders with separatorIcon correctly 1`] = ` exports[`Breadcrumb > renders with ui correctly 1`] = ` "
    -
  1. Home
  2. +
  3. Home
  4. -
  5. Navigation
  6. +
  7. Navigation
  8. -
  9. Breadcrumb
  10. +
  11. Breadcrumb
"