Skip to content

Commit

Permalink
fix(styles): synced breadcrumb with design (#1600)
Browse files Browse the repository at this point in the history
* fix: synced breadcrumb with design

* fix: wrong `font-weight`
  • Loading branch information
orest-s authored Jul 31, 2024
1 parent 443249a commit f51057b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/styles/breadcrumb.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
}

.Breadcrumb__Link {
font-weight: 400;
padding: 0;
display: inline;
}

.Breadcrumb__Item {
font-weight: 500;
font-weight: var(--font-weight-medium);
color: var(--link-text-color);
display: inline;
}

.Breadcrumb__Item:last-child {
font-weight: var(--font-weight-normal);
}

0 comments on commit f51057b

Please sign in to comment.