Skip to content

Commit 38cf0c8

Browse files
authored
Merge pull request #36 from psterpu-c/fix-breadcrumbs
fix: breadcrumbs separator icon color
2 parents c69ddef + 04f2516 commit 38cf0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-ui-kit/src/components/breadcrumbs/components/breadcrumbs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ export const Breadcrumbs = ({
6464
aria-label="breadcrumb"
6565
separator={
6666
<ChevronRightIcon
67-
color={color}
6867
sx={{
6968
width: "20px",
7069
height: "20px",
70+
color: theme.palette.vars.interactiveSecondaryDefaultDefault,
7171
}}
7272
/>
7373
}

0 commit comments

Comments
 (0)