Skip to content

Commit

Permalink
fix(breadcrumb): separator color (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Sep 26, 2023
1 parent 7da1bd0 commit fbf4c99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style/web/components/breadcrumb/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
margin: @breadcrumb-separator-margin;
display: flex;
align-items: center;

.t-icon {
color: @breadcrumb-icon-color-current;
}
}

&__item {
Expand Down

0 comments on commit fbf4c99

Please sign in to comment.