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`] = `
"
-
Home
+
Home
- - Navigation
+ - Navigation
- - Breadcrumb
+ - Breadcrumb
"
@@ -16,11 +16,11 @@ exports[`Breadcrumb > renders with class correctly 1`] = `
exports[`Breadcrumb > renders with custom slot correctly 1`] = `
"
-
Home
+
Home
- - Navigation
+ - Navigation
- - Custom slot
+ - Custom slot
"
@@ -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`] = `
""
@@ -55,11 +55,11 @@ exports[`Breadcrumb > renders with item-label slot correctly 1`] = `
exports[`Breadcrumb > renders with item-leading slot correctly 1`] = `
""
@@ -68,11 +68,11 @@ exports[`Breadcrumb > renders with item-leading slot correctly 1`] = `
exports[`Breadcrumb > renders with item-trailing slot correctly 1`] = `
""
@@ -81,11 +81,11 @@ exports[`Breadcrumb > renders with item-trailing slot correctly 1`] = `
exports[`Breadcrumb > renders with items correctly 1`] = `
"
-
Home
+
Home
- - Navigation
+ - Navigation
- - Breadcrumb
+ - Breadcrumb
"
@@ -94,11 +94,11 @@ exports[`Breadcrumb > renders with items correctly 1`] = `
exports[`Breadcrumb > renders with separator slot correctly 1`] = `
"
-
Home
+
Home
- /
- - Navigation
+ - Navigation
- /
- - Breadcrumb
+ - Breadcrumb
"
@@ -107,11 +107,11 @@ exports[`Breadcrumb > renders with separator slot correctly 1`] = `
exports[`Breadcrumb > renders with separatorIcon correctly 1`] = `
"
-
Home
+
Home
- - Navigation
+ - Navigation
- - Breadcrumb
+ - Breadcrumb
"
@@ -120,11 +120,11 @@ exports[`Breadcrumb > renders with separatorIcon correctly 1`] = `
exports[`Breadcrumb > renders with ui correctly 1`] = `
"
-
Home
+
Home
- - Navigation
+ - Navigation
- - Breadcrumb
+ - Breadcrumb
"