fixed geo-location breaking chats and white text on white background
This commit is contained in:
@@ -27,7 +27,7 @@ class ParticipantsListView extends StatelessWidget {
|
||||
children: [
|
||||
ListTile(
|
||||
title: Text(entry.key.prettyName),
|
||||
titleTextStyle: TextStyle(fontWeight: FontWeight.bold),
|
||||
titleTextStyle: Theme.of(context).textTheme.titleMedium
|
||||
),
|
||||
...entry.value.map((participant) => ListTile(
|
||||
leading: UserAvatar(id: participant.actorId),
|
||||
|
Reference in New Issue
Block a user