Skip to content

Commit

Permalink
fix(styles): corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alionazherdetska committed Dec 13, 2024
1 parent 9188fb1 commit e227e8e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ tokens.$default-map: components.$post-breadcrumb;
display: inline-block;
box-sizing: border-box;
color: tokens.get('breadcrumb-enabled-fg');
height: tokens.get('breadcrum-icon-size');
width: tokens.get('breadcrum-icon-size');
height: tokens.get('breadcrumb-icon-size');
width: tokens.get('breadcrumb-icon-size');
}

.breadcrumb-item-icon {
Expand Down

0 comments on commit e227e8e

Please sign in to comment.