chore: Follow up padding
This commit is contained in:
parent
6cb7775c93
commit
0323a16821
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ class Message extends StatelessWidget {
|
|||
? const SizedBox.shrink()
|
||||
: Padding(
|
||||
padding: EdgeInsets.only(
|
||||
top: 4.0,
|
||||
top: 2.0,
|
||||
left: (ownMessage ? 0 : Avatar.defaultSize) + 12.0,
|
||||
right: ownMessage ? 0 : 12.0,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue