Skip to content

Commit 1b577c1

Browse files
romtsnclaude
andcommitted
fix(issue-details): Remove dead white color from close button
The color was copied from replay panel which has a dark background. This banner uses a light background and the icon already uses variant="muted", so the white color rule was unused. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 565a1a9 commit 1b577c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/components/events/interfaces/crashContent/exception/androidNativeTombstonesBanner.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ const CloseDropdownMenu = styled(DropdownMenu)`
242242
display: block;
243243
top: ${p => p.theme.space.md};
244244
right: ${p => p.theme.space.md};
245-
color: ${p => p.theme.colors.white};
246245
cursor: pointer;
247246
z-index: 1;
248247
`;

0 commit comments

Comments
 (0)