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}
|
endReached={loadMore}
|
||||||
groupCounts={groupCounts}
|
groupCounts={groupCounts}
|
||||||
groupContent={(index) => (
|
groupContent={(index) => (
|
||||||
<StyledGroupHeader sx={{ pt: index === 0 ? undefined : 0, pb: 0 }} isFirstItem={index === 0}>
|
<StyledGroupHeader isFirstItem={index === 0}>
|
||||||
<Typography variant="h5" component="h2">
|
<Typography variant="h5" component="h2">
|
||||||
{groupedUpdates[index][0]}
|
{groupedUpdates[index][0]}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user