fix: Message bubble wrong height
This commit is contained in:
parent
750c03d7d9
commit
543f437e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class Message extends StatelessWidget {
|
|||
alignment: alignment,
|
||||
child: Container(
|
||||
margin: const EdgeInsets.symmetric(horizontal: 8),
|
||||
padding: const EdgeInsets.symmetric(vertical: 4, horizontal: 10),
|
||||
padding: const EdgeInsets.symmetric(vertical: 6, horizontal: 10),
|
||||
decoration: BoxDecoration(
|
||||
color: color,
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue