Merge pull request #2077 from element-hq/feature/bma/timestamp

Feature/bma/timestamp
This commit is contained in:
Benoit Marty
2023-12-20 15:17:43 +01:00
committed by GitHub
27 changed files with 53 additions and 53 deletions

View File

@@ -140,7 +140,7 @@ private fun RowScope.NameAndTimestampRow(room: RoomListRoomSummary) {
// Timestamp
Text(
text = room.timestamp ?: "",
style = ElementTheme.typography.fontBodySmRegular,
style = ElementTheme.typography.fontBodySmMedium,
color = if (room.hasUnread) {
ElementTheme.colors.unreadIndicator
} else {