File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
static/app/views/issueList/pages Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1079,6 +1079,7 @@ const PageWrapper = styled('div')`
10791079
10801080const HeaderSection = styled ( 'div' ) `
10811081 padding: ${ space ( 4 ) } ${ space ( 4 ) } ${ space ( 3 ) } ;
1082+ background: ${ p => p . theme . backgroundSecondary } ;
10821083` ;
10831084
10841085const ClickableHeading = styled ( Heading ) `
@@ -1089,6 +1090,7 @@ const ClickableHeading = styled(Heading)`
10891090const CardsSection = styled ( 'div' ) `
10901091 flex: 1;
10911092 padding: ${ space ( 2 ) } ${ space ( 4 ) } ${ space ( 4 ) } ;
1093+ background: ${ p => p . theme . backgroundSecondary } ;
10921094` ;
10931095
10941096const CardsGrid = styled ( 'div' ) `
@@ -1190,7 +1192,6 @@ const CardFooter = styled('div')`
11901192 display: flex;
11911193 justify-content: flex-end;
11921194 gap: ${ space ( 1 ) } ;
1193- background: ${ p => p . theme . backgroundSecondary } ;
11941195` ;
11951196
11961197// Split button for Send to Seer action
You can’t perform that action at this time.
0 commit comments