Redesign login pages

This commit is contained in:
Christian Pauly 2020-01-27 10:59:03 +01:00
commit e4ed3cc7ef
11 changed files with 40 additions and 334 deletions

View file

@ -215,7 +215,7 @@ class _ChatDetailsState extends State<ChatDetails> {
child: Icon(Icons.edit),
)
: null,
title: Text("Group description:",
title: Text("${I18n.of(context).groupDescription}:",
style: TextStyle(
color: Theme.of(context).primaryColor,
fontWeight: FontWeight.bold)),