Skip to content

Commit ff74940

Browse files
committed
ref: better constrast between issue clusters
1 parent 72b7e70 commit ff74940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/issueList/pages/dynamicGrouping.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,7 @@ const ClickableHeading = styled(Heading)`
10891089
const CardsSection = styled('div')`
10901090
flex: 1;
10911091
padding: ${space(2)} ${space(4)} ${space(4)};
1092+
background: ${p => p.theme.backgroundSecondary};
10921093
`;
10931094

10941095
const CardsGrid = styled('div')`
@@ -1190,7 +1191,6 @@ const CardFooter = styled('div')`
11901191
display: flex;
11911192
justify-content: flex-end;
11921193
gap: ${space(1)};
1193-
background: ${p => p.theme.backgroundSecondary};
11941194
`;
11951195

11961196
// Split button for Send to Seer action

0 commit comments

Comments
 (0)