Skip to content

Commit

Permalink
fix: updated Link with hover for breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeddotes committed Mar 17, 2023
1 parent 23b9225 commit 6fa8d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Link/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function Link(props) {
break;
case "smBreadcrumbs":
basicStyle =
"ds-text-multi-blue-blue70b ds-font-body ds-text-browserh8 ds-leading-23px ds-font-regular hover:ds-text-multi-blue-blue50b";
"ds-text-multi-blue-blue70b ds-font-body ds-text-browserh8 ds-leading-23px ds-font-regular hover:ds-text-multi-blue-blue50b hover:ds-underline";
break;
case "cardActionLink":
basicStyle =
Expand Down

0 comments on commit 6fa8d6a

Please sign in to comment.