design: Improve new design

This commit is contained in:
Christian Pauly 2021-02-03 15:47:51 +01:00
commit c76905e443
12 changed files with 293 additions and 276 deletions

View file

@ -571,14 +571,14 @@ class _ChatState extends State<Chat> {
: Row(
children: <Widget>[
Icon(Icons.edit_outlined,
color: Theme.of(context).primaryColor,
color: Theme.of(context).accentColor,
size: 13),
SizedBox(width: 4),
Text(
room.getLocalizedTypingText(context),
maxLines: 1,
style: TextStyle(
color: Theme.of(context).primaryColor,
color: Theme.of(context).accentColor,
fontStyle: FontStyle.italic,
fontSize: 16,
),