Skip to content

Commit 9c03d9e

Browse files
authored
fix(trace): fix drawer bg color (#68934)
1 parent 530e806 commit 9c03d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/performance/newTraceDetails/traceDrawer/traceDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,6 @@ const PanelWrapper = styled('div')<{
610610
const SmallerChevronIcon = styled(IconChevron)`
611611
width: 13px;
612612
height: 13px;
613-
614613
transition: none;
615614
`;
616615

@@ -631,6 +630,7 @@ const TabsHeightContainer = styled('div')<{
631630

632631
const TabsLayout = styled('div')`
633632
display: grid;
633+
background: ${p => p.theme.backgroundSecondary};
634634
grid-template-columns: auto 1fr auto;
635635
padding-left: ${space(0.25)};
636636
padding-right: ${space(0.5)};

0 commit comments

Comments
 (0)