mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +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