edit design

This commit is contained in:
2023-08-24 22:26:19 +02:00
parent 376472ab53
commit 1b9aa58fb4
9 changed files with 88 additions and 79 deletions

View File

@ -68,7 +68,7 @@ class _ChatTextfieldState extends State<ChatTextfield> {
child: Container(
padding: const EdgeInsets.only(left: 10, bottom: 1, top: 1, right: 10),
width: double.infinity,
color: Theme.of(context).colorScheme.secondary,
color: Theme.of(context).primaryColor,
child: Row(
children: <Widget>[
GestureDetector(