Remove flutter chat #26
1 changed files with 1 additions and 1 deletions
lower padding for groups
commit
3aec4c3080
|
|
@ -443,7 +443,7 @@ class EventRenderer extends ConsumerWidget {
|
|||
child: Padding(
|
||||
padding: isGrouped
|
||||
? EdgeInsets.zero
|
||||
: EdgeInsets.symmetric(vertical: 8),
|
||||
: EdgeInsets.only(top: 8),
|
||||
child: child,
|
||||
),
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue