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
commit fb766f5176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {