Skip to content

Commit 06588e2

Browse files
committed
Use seondary-dark color since this is the same color the Animation track uses in Chrome
1 parent 56ddc39 commit 06588e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-reconciler/src/ReactFiberPerformanceTrack.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ export function logAnimatingPhase(
14581458
endTime,
14591459
currentTrack,
14601460
LANES_TRACK_GROUP,
1461-
'secondary',
1461+
'secondary-dark',
14621462
),
14631463
);
14641464
} else {
@@ -1468,7 +1468,7 @@ export function logAnimatingPhase(
14681468
endTime,
14691469
currentTrack,
14701470
LANES_TRACK_GROUP,
1471-
'secondary',
1471+
'secondary-dark',
14721472
);
14731473
}
14741474
}

0 commit comments

Comments
 (0)