chore: Adjust image chat design
This commit is contained in:
parent
3a12e565dc
commit
080942d36c
3 changed files with 16 additions and 21 deletions
|
|
@ -247,6 +247,7 @@ class Message extends StatelessWidget {
|
|||
child: Material(
|
||||
color: Theme.of(context).backgroundColor,
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius / 2),
|
||||
clipBehavior: Clip.antiAlias,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(6.0),
|
||||
child: Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue