Skip to content

Commit 2236449

Browse files
ref(replay): feedback breadcrumb should be pink (#94244)
before: <img width="691" alt="SCR-20250624-nwrv" src="https://github.com/user-attachments/assets/ec8d6ec7-ca66-43aa-941c-6fe671880bd5" /> after: <img width="593" alt="SCR-20250624-nwvw" src="https://github.com/user-attachments/assets/1c09dea5-8210-46e6-b15e-98d686d5d927" />
1 parent fbef862 commit 2236449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/utils/replays/getFrameDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const MAPPER_FOR_FRAME: Record<string, (frame: any) => Details> = {
9696
icon: <IconLocation size="xs" />,
9797
}),
9898
feedback: (frame: FeedbackFrame) => ({
99-
colorGraphicsToken: 'accent',
99+
colorGraphicsToken: 'promotion',
100100
description: frame.data.projectSlug,
101101
tabKey: TabKey.BREADCRUMBS,
102102
title: defaultTitle(frame),

0 commit comments

Comments
 (0)