change: Minor design colors
This commit is contained in:
parent
e7c49351d1
commit
662f8b9a03
5 changed files with 13 additions and 13 deletions
|
|
@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue