diff --git a/src/theme/breadcrumb.ts b/src/theme/breadcrumb.ts index d83d8b9c..64dded6f 100644 --- a/src/theme/breadcrumb.ts +++ b/src/theme/breadcrumb.ts @@ -33,7 +33,7 @@ export default { active: false, to: true, class: { - item: 'hover:text-gray-900 dark:hover:text-white transition-colors' + item: 'hover:text-gray-700 dark:hover:text-gray-200 transition-colors' } }] } diff --git a/test/components/__snapshots__/Breadcrumb.spec.ts.snap b/test/components/__snapshots__/Breadcrumb.spec.ts.snap index f6e8e4b8..de0a6e51 100644 --- a/test/components/__snapshots__/Breadcrumb.spec.ts.snap +++ b/test/components/__snapshots__/Breadcrumb.spec.ts.snap @@ -3,7 +3,7 @@ exports[`Breadcrumb > renders with class correctly 1`] = ` "
    -
  1. Home
  2. +
  3. Home
  4. Navigation
  5. @@ -16,7 +16,7 @@ exports[`Breadcrumb > renders with class correctly 1`] = ` exports[`Breadcrumb > renders with custom slot correctly 1`] = ` "
      -
    1. Home
    2. +
    3. Home
    4. Navigation
    5. @@ -29,7 +29,7 @@ exports[`Breadcrumb > renders with custom slot correctly 1`] = ` exports[`Breadcrumb > renders with item slot correctly 1`] = ` "
        -
      1. Item slot
      2. +
      3. Item slot
      4. Item slot
      5. @@ -42,7 +42,7 @@ 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. Item label slot
        5. @@ -55,7 +55,7 @@ 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. Item leading slotNavigation
          5. @@ -68,7 +68,7 @@ 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. NavigationItem trailing slot
            5. @@ -81,7 +81,7 @@ exports[`Breadcrumb > renders with item-trailing slot correctly 1`] = ` exports[`Breadcrumb > renders with items correctly 1`] = ` "
                -
              1. Home
              2. +
              3. Home
              4. Navigation
              5. @@ -94,7 +94,7 @@ exports[`Breadcrumb > renders with items correctly 1`] = ` exports[`Breadcrumb > renders with separator slot correctly 1`] = ` "
                  -
                1. Home
                2. +
                3. Home
                4. Navigation
                5. @@ -107,7 +107,7 @@ exports[`Breadcrumb > renders with separator slot correctly 1`] = ` exports[`Breadcrumb > renders with separatorIcon correctly 1`] = ` "
                    -
                  1. Home
                  2. +
                  3. Home
                  4. Navigation