Clean up design

This commit is contained in:
Christian Pauly 2020-02-23 08:49:58 +01:00
commit a6dd9072a2
16 changed files with 141 additions and 201 deletions

View file

@ -315,7 +315,7 @@ class _ChatListState extends State<ChatList> {
? Material(
elevation: 2,
child: ListTile(
title: Text("Public Rooms:"),
title: Text(I18n.of(context).publicRooms),
),
)
: Divider(indent: 70, height: 1),