Skip to content

Commit

Permalink
krille-chan#35 UC-2009: Gruppenchatrolle // Textstyle color // role-l…
Browse files Browse the repository at this point in the history
…abels now displayed correctly:
  • Loading branch information
philipp.monz committed Aug 9, 2023
1 parent fc471ea commit 3d75700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat_details/participant_list_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ParticipantListItem extends StatelessWidget {
permissionBatch,
style: TextStyle(
fontSize: 14,
color: Theme.of(context).colorScheme.primary,
color: Theme.of(context).colorScheme.onPrimary,
),
),
),
Expand Down

0 comments on commit 3d75700

Please # to comment.