chore: Follow up padding

pull/764/head
Krille 1 year ago
parent 1be21e6c12
commit 654a423e41
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

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

Loading…
Cancel
Save