chore: remove margin from last entry in user activity summary list (#5115)

This commit is contained in:
ggurdin 2026-01-07 12:10:42 -05:00 committed by GitHub
parent 9efc40af31
commit 3666a3875d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,7 +163,9 @@ class ButtonControlledCarouselView extends StatelessWidget {
);
return Container(
width: cardWidth,
margin: const EdgeInsets.only(right: 5.0),
margin: i == userSummaries.length - 1
? null
: const EdgeInsets.only(right: 5.0),
padding: const EdgeInsets.all(12.0),
decoration: ShapeDecoration(
color: Color.alphaBlend(