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`] = `
"
-
Home
+
Home
- Navigation
@@ -16,7 +16,7 @@ exports[`Breadcrumb > renders with class correctly 1`] = `
exports[`Breadcrumb > renders with custom slot correctly 1`] = `
"
-
Home
+
Home
- Navigation
@@ -29,7 +29,7 @@ exports[`Breadcrumb > renders with custom slot correctly 1`] = `
exports[`Breadcrumb > renders with item slot correctly 1`] = `
"
- - Item slot
+ - Item slot
- Item slot
@@ -42,7 +42,7 @@ exports[`Breadcrumb > renders with item slot correctly 1`] = `
exports[`Breadcrumb > renders with item-label slot correctly 1`] = `
"
-
Item label slot
+
Item label slot
- Item label slot
@@ -55,7 +55,7 @@ exports[`Breadcrumb > renders with item-label slot correctly 1`] = `
exports[`Breadcrumb > renders with item-leading slot correctly 1`] = `
"
- - Item leading slotHome
+ - Item leading slotHome
- Item leading slotNavigation
@@ -68,7 +68,7 @@ exports[`Breadcrumb > renders with item-leading slot correctly 1`] = `
exports[`Breadcrumb > renders with item-trailing slot correctly 1`] = `
"
-
HomeItem trailing slot
+
HomeItem trailing slot
- NavigationItem trailing slot
@@ -81,7 +81,7 @@ exports[`Breadcrumb > renders with item-trailing slot correctly 1`] = `
exports[`Breadcrumb > renders with items correctly 1`] = `
"
-
Home
+
Home
- Navigation
@@ -94,7 +94,7 @@ exports[`Breadcrumb > renders with items correctly 1`] = `
exports[`Breadcrumb > renders with separator slot correctly 1`] = `
"
-
Home
+
Home
- /
- Navigation
- /
@@ -107,7 +107,7 @@ exports[`Breadcrumb > renders with separator slot correctly 1`] = `
exports[`Breadcrumb > renders with separatorIcon correctly 1`] = `
"