Change color of read state indicator
This commit is contained in:
parent
f2e482b46a
commit
f3b6dacbed
1 changed files with 0 additions and 1 deletions
|
@ -506,7 +506,6 @@ class MessageStateIndicator extends StatelessWidget {
|
||||||
return Icon(
|
return Icon(
|
||||||
icon,
|
icon,
|
||||||
size: 12,
|
size: 12,
|
||||||
color: messageState == MessageState.read ? Theme.of(context).colorScheme.primary : null,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue