chore: Follow up padding

This commit is contained in:
Krille 2024-03-28 11:45:05 +01:00
parent 1be21e6c12
commit 654a423e41
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -44,7 +44,7 @@ class ChatEventList extends StatelessWidget {
child: ListView.custom(
padding: EdgeInsets.only(
top: 16,
bottom: 12,
bottom: 8,
left: horizontalPadding,
right: horizontalPadding,
),