chore: adjust actvity participant text colot (#3968)
This commit is contained in:
parent
4aa37c2d9f
commit
a7dcd8719b
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class ActivityParticipantIndicator extends StatelessWidget {
|
|||
fontSize: 12.0,
|
||||
color:
|
||||
(Theme.of(context).brightness == Brightness.light
|
||||
? userId?.localpart?.lightColorAvatar
|
||||
? userId?.localpart?.darkColor
|
||||
: userId?.localpart?.lightColorText) ??
|
||||
name.lightColorAvatar,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue