Skip to content

Commit 241e96a

Browse files
authored
chore(issue-details): Darken background in tag preview hover (#84138)
before: ![Screenshot 2025-01-27 at 2 42 42 PM](https://github.com/user-attachments/assets/15f0a349-6965-42a8-9a82-438fc44ec585) after: ![Screenshot 2025-01-27 at 2 42 46 PM](https://github.com/user-attachments/assets/b38c3597-0ff4-42fe-a190-d29fdf0f067a)
1 parent 6522d27 commit 241e96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/issueDetails/streamline/issueTagsPreview.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const TagPreviewGrid = styled(Link)`
337337
font-size: ${p => p.theme.fontSizeSmall};
338338
339339
&:hover {
340-
background: ${p => p.theme.backgroundSecondary};
340+
background: ${p => p.theme.backgroundTertiary};
341341
color: ${p => p.theme.textColor};
342342
}
343343
`;

0 commit comments

Comments
 (0)