Skip to content

Commit

Permalink
fix font-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Nov 26, 2024
1 parent 4ebaa96 commit 93fba42
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/Breadcrumbs/Breadcrumbs.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
.Breadcrumbs__link--selected {
color: var(--brand-color-text-default);
pointer-events: none;
font-weight: inherit;
}
.Breadcrumbs--default .Breadcrumbs__link--selected {
color: var(--brand-color-text-muted);
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/Breadcrumbs/Breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const _Item = forwardRef<HTMLAnchorElement, ItemProps>(
<li className={styles.Breadcrumbs__item}>
{selected ? (
<Text
size="100"
variant="muted"
className={clsx(styles.Breadcrumbs__link, styles['Breadcrumbs__link--selected'], className)}
aria-current={ariaCurrent ? ariaCurrent : 'page'}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93fba42

Please sign in to comment.