fix(ui): fix message highlight alignment

This commit is contained in:
Salvatore Giordano
2021-10-07 10:39:40 +02:00
parent dd467cf64e
commit cc9fc9549a
@@ -1190,7 +1190,7 @@ class _MessageListViewState extends State<MessageListView> {
child: child, child: child,
), ),
child: Padding( child: Padding(
padding: const EdgeInsets.only(top: 4), padding: const EdgeInsets.symmetric(vertical: 4),
child: child, child: child,
), ),
); );