Skip to content

Commit

Permalink
Change ListItem icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 30, 2023
1 parent 98dc019 commit 55dd3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/components/src/tooltip/ListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Right = styled.span<RightProps>(
opacity: 1,
},
'& path': {
fill: theme.color.primary,
fill: theme.color.secondary,
},
}
: {}
Expand Down

0 comments on commit 55dd3ef

Please sign in to comment.