chore: Adjust chat input row design
This commit is contained in:
parent
402801c458
commit
c5b683f842
2 changed files with 72 additions and 57 deletions
|
|
@ -364,6 +364,13 @@ class ChatInputRow extends StatelessWidget {
|
|||
onPressed: () =>
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(
|
||||
margin: EdgeInsets.only(
|
||||
bottom: height + 16,
|
||||
left: 16,
|
||||
right: 16,
|
||||
top: 16,
|
||||
),
|
||||
showCloseIcon: true,
|
||||
content: Text(
|
||||
L10n.of(
|
||||
context,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue