fixed geo-location breaking chats and white text on white background

This commit is contained in:
2025-10-01 16:06:02 +02:00
parent 7dea44d1e8
commit 06c27d6b50
3 changed files with 3 additions and 1 deletions

View File

@@ -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),