change: Minor design colors

This commit is contained in:
Christian Pauly 2021-01-31 23:54:33 +01:00
commit 662f8b9a03
5 changed files with 13 additions and 13 deletions

View file

@ -707,8 +707,8 @@ class _ChatState extends State<Chat> {
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: TextStyle(
color: Theme.of(context)
.primaryColor,
color:
Theme.of(context).accentColor,
),
),
),