mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Fix date appearance
This commit is contained in:
@ -83,7 +83,9 @@ class ConversationMessageTile extends StatelessWidget {
|
|||||||
margin: EdgeInsets.only(top: 5.0),
|
margin: EdgeInsets.only(top: 5.0),
|
||||||
child: Text(
|
child: Text(
|
||||||
dateTimeToString(message.date),
|
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,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user