Skip to content

Commit 772ce45

Browse files
committed
🚲
1 parent 0585366 commit 772ce45

File tree

1 file changed

+1
-1
lines changed
  • src/sentry/static/sentry/app/views/organizationEventsV2/transactionView

1 file changed

+1
-1
lines changed

src/sentry/static/sentry/app/views/organizationEventsV2/transactionView/minimap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ const TickLabel = (props: {
496496
const DurationGuideBox = styled('div')`
497497
position: absolute;
498498
499-
background-color: rgba(255, 255, 255, 1);
499+
background-color: ${p => p.theme.white};
500500
padding: 4px;
501501
502502
border-radius: 3px;

0 commit comments

Comments
 (0)