1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00

Fix light theme issue

This commit is contained in:
Pierre HUBERT 2020-05-03 21:07:02 +02:00
parent e00f452b98
commit 47dbb90640

View File

@ -495,7 +495,7 @@ class _CallScreenState extends SafeState<CallScreen> {
text: _usersList.getUser(f.userID).displayName + " ",
style: TextStyle(
color: f.status == MemberStatus.JOINED
? null
? (darkTheme() ? Colors.white : Colors.black)
: Colors.green)))
.toList())),
),