Change color of read state indicator

This commit is contained in:
Nutcake 2023-05-06 19:09:11 +02:00
parent f2e482b46a
commit f3b6dacbed

View file

@ -506,7 +506,6 @@ class MessageStateIndicator extends StatelessWidget {
return Icon(
icon,
size: 12,
color: messageState == MessageState.read ? Theme.of(context).colorScheme.primary : null,
);
}
}