change event padding
This commit is contained in:
parent
08d67553be
commit
06824784cb
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class GenericEventRenderer extends StatelessWidget {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) => Padding(
|
Widget build(BuildContext context) => Padding(
|
||||||
padding: .only(bottom: 8),
|
padding: .symmetric(vertical: 4),
|
||||||
child: Row(
|
child: Row(
|
||||||
spacing: 8,
|
spacing: 8,
|
||||||
children: [
|
children: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue