ios: tighten fonts / list styles

This commit is contained in:
2025-11-15 17:13:11 -08:00
parent f3053c1db1
commit 718518c3f2
3 changed files with 16 additions and 4 deletions

View File

@@ -150,10 +150,13 @@ struct MediaItemCell: View
VStack(alignment: .leading) {
Text(title)
.bold()
.font(.subheadline)
.tint(.primary)
.lineLimit(1)
Text(subtitle)
.font(.caption)
.foregroundColor(.secondary)
.lineLimit(1)
}