We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530e806 commit 9c03d9eCopy full SHA for 9c03d9e
static/app/views/performance/newTraceDetails/traceDrawer/traceDrawer.tsx
@@ -610,7 +610,6 @@ const PanelWrapper = styled('div')<{
610
const SmallerChevronIcon = styled(IconChevron)`
611
width: 13px;
612
height: 13px;
613
-
614
transition: none;
615
`;
616
@@ -631,6 +630,7 @@ const TabsHeightContainer = styled('div')<{
631
630
632
const TabsLayout = styled('div')`
633
display: grid;
+ background: ${p => p.theme.backgroundSecondary};
634
grid-template-columns: auto 1fr auto;
635
padding-left: ${space(0.25)};
636
padding-right: ${space(0.5)};
0 commit comments