Adjust "group header" padding in "Updates"
Align to group headers in other pages
This commit is contained in:
@@ -176,7 +176,7 @@ export const Updates: React.FC = () => {
|
||||
endReached={loadMore}
|
||||
groupCounts={groupCounts}
|
||||
groupContent={(index) => (
|
||||
<StyledGroupHeader sx={{ pt: index === 0 ? undefined : 0, pb: 0 }} isFirstItem={index === 0}>
|
||||
<StyledGroupHeader isFirstItem={index === 0}>
|
||||
<Typography variant="h5" component="h2">
|
||||
{groupedUpdates[index][0]}
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user