chore: Follow up padding
This commit is contained in:
parent
1be21e6c12
commit
654a423e41
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue