Adjust "group header" padding in "Updates"

Align to group headers in other pages
This commit is contained in:
schroda
2024-12-26 02:29:58 +01:00
parent a2ac2971f6
commit 14770c94c5

View File

@@ -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>