We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20fa51 commit 6556e1dCopy full SHA for 6556e1d
1 file changed
app/src/main/kotlin/features/resources/ResourceFileComponents.kt
@@ -285,14 +285,14 @@ private fun ResourceFileCardSurface(
285
}
286
if (status.exists) {
287
Text(
288
- text = status.updatedAtText(),
+ text = status.sizeText(),
289
style = MiuixTheme.textStyles.body2,
290
color = MiuixTheme.colorScheme.onSurfaceVariantSummary,
291
maxLines = 1,
292
overflow = TextOverflow.Ellipsis,
293
)
294
295
- text = status.sizeText(),
+ text = status.updatedAtText(),
296
297
298
0 commit comments