mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Fix date appearance
This commit is contained in:
@ -83,7 +83,9 @@ class ConversationMessageTile extends StatelessWidget {
|
||||
margin: EdgeInsets.only(top: 5.0),
|
||||
child: Text(
|
||||
dateTimeToString(message.date),
|
||||
style: TextStyle(color: Colors.black54, fontSize: 12.0),
|
||||
style: TextStyle(
|
||||
color: darkTheme() ? Colors.white : Colors.black54,
|
||||
fontSize: 12.0),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user