diff --git a/components/breadcrumb/style/index.ts b/components/breadcrumb/style/index.ts index e96595f947..98eee631a4 100644 --- a/components/breadcrumb/style/index.ts +++ b/components/breadcrumb/style/index.ts @@ -52,8 +52,12 @@ const genBreadcrumbStyle: GenerateStyle = (token) => ...genFocusStyle(token), }, - [`li:last-child > ${componentCls}-separator`]: { - display: 'none', + [`li:last-child`]: { + color: token.breadcrumbLastItemColor, + + [`& > ${componentCls}-separator`]: { + display: 'none', + }, }, [`${componentCls}-separator`]: {