We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ec21d commit 24073bfCopy full SHA for 24073bf
1 file changed
app/src/main/java/com/nextcloud/talk/threadsoverview/components/ThreadRow.kt
@@ -69,7 +69,7 @@ fun ThreadRow(
69
text = title,
70
style = MaterialTheme.typography.titleSmall,
71
color = MaterialTheme.colorScheme.onSurfaceVariant,
72
- fontWeight = FontWeight.Thin,
+ fontWeight = FontWeight.Medium,
73
maxLines = 1,
74
overflow = TextOverflow.Companion.Ellipsis
75
)
@@ -89,7 +89,7 @@ fun ThreadRow(
89
Text(
90
text = secondLineTitle,
91
style = MaterialTheme.typography.titleMedium,
92
- fontWeight = FontWeight.Normal,
93
94
95
@@ -98,7 +98,8 @@ fun ThreadRow(
98
modifier = Modifier.Companion.weight(1f),
99
text = secondLine,
100
101
+ fontWeight = FontWeight.Normal,
102
+ color = MaterialTheme.colorScheme.outline,
103
104
105
0 commit comments