Fix timestamp font #2065

This commit is contained in:
Benoit Marty 2023-12-20 11:42:29 +01:00
parent 921e9d2ca4
commit 3d9fbe70d4

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 {