Skip to content

Commit

Permalink
Merge pull request #22074 from adityaKrModak/adityaKrModak/fix-list-i…
Browse files Browse the repository at this point in the history
…tem-color

fix: removed opacity from list-item color
  • Loading branch information
valentinpalkovic committed May 8, 2023
2 parents c87b7c5 + 6f8088e commit 0cc12b1
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 @@ -126,7 +126,7 @@ const Item = styled.a<ItemProps>(
({ theme }) => ({
fontSize: theme.typography.size.s1,
transition: 'all 150ms ease-out',
color: transparentize(0.5, theme.color.defaultText),
color: theme.color.dark,
textDecoration: 'none',
cursor: 'pointer',
justifyContent: 'space-between',
Expand Down

0 comments on commit 0cc12b1

Please sign in to comment.