Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion static/app/views/issueList/pages/dynamicGrouping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ const PageWrapper = styled('div')`

const HeaderSection = styled('div')`
padding: ${space(4)} ${space(4)} ${space(3)};
background: ${p => p.theme.backgroundSecondary};
`;

const ClickableHeading = styled(Heading)`
Expand All @@ -1089,6 +1090,7 @@ const ClickableHeading = styled(Heading)`
const CardsSection = styled('div')`
flex: 1;
padding: ${space(2)} ${space(4)} ${space(4)};
background: ${p => p.theme.backgroundSecondary};
`;

const CardsGrid = styled('div')`
Expand Down Expand Up @@ -1190,7 +1192,6 @@ const CardFooter = styled('div')`
display: flex;
justify-content: flex-end;
gap: ${space(1)};
background: ${p => p.theme.backgroundSecondary};
`;

// Split button for Send to Seer action
Expand Down
Loading