From 3d9fbe70d453c435841e6446f08aebfa985f3289 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 20 Dec 2023 11:42:29 +0100 Subject: [PATCH] Fix timestamp font #2065 --- .../android/features/roomlist/impl/components/RoomSummaryRow.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/components/RoomSummaryRow.kt b/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/components/RoomSummaryRow.kt index 6a342e5cec..c73addca05 100644 --- a/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/components/RoomSummaryRow.kt +++ b/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/components/RoomSummaryRow.kt @@ -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 {