chore: Follow up thread design
This commit is contained in:
parent
64e7c7e9f6
commit
4786778449
1 changed files with 1 additions and 1 deletions
|
|
@ -879,7 +879,7 @@ class Message extends StatelessWidget {
|
||||||
? const SizedBox.shrink()
|
? const SizedBox.shrink()
|
||||||
: Padding(
|
: Padding(
|
||||||
padding: const EdgeInsets.only(
|
padding: const EdgeInsets.only(
|
||||||
top: 4.0,
|
top: 2.0,
|
||||||
bottom: 8.0,
|
bottom: 8.0,
|
||||||
left: Avatar.defaultSize + 8,
|
left: Avatar.defaultSize + 8,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue