From 55dd3efe03e16ab0d779f5afce9d0b55109257bc Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Mon, 30 Jan 2023 16:29:52 +0100 Subject: [PATCH] Change ListItem icon color --- code/ui/components/src/tooltip/ListItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, } : {}