mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Fix light theme issue
This commit is contained in:
parent
e00f452b98
commit
47dbb90640
@ -495,7 +495,7 @@ class _CallScreenState extends SafeState<CallScreen> {
|
|||||||
text: _usersList.getUser(f.userID).displayName + " ",
|
text: _usersList.getUser(f.userID).displayName + " ",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: f.status == MemberStatus.JOINED
|
color: f.status == MemberStatus.JOINED
|
||||||
? null
|
? (darkTheme() ? Colors.white : Colors.black)
|
||||||
: Colors.green)))
|
: Colors.green)))
|
||||||
.toList())),
|
.toList())),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user