diff --git a/code/ui/components/src/tooltip/ListItem.tsx b/code/ui/components/src/tooltip/ListItem.tsx index 0e2b13b4672f..c6d1a442154a 100644 --- a/code/ui/components/src/tooltip/ListItem.tsx +++ b/code/ui/components/src/tooltip/ListItem.tsx @@ -68,7 +68,7 @@ const Right = styled.span( opacity: 1, }, '& path': { - fill: theme.color.primary, + fill: theme.color.secondary, }, } : {}