Make details on uploaded files caption2

This commit is contained in:
Garth Vander Houwen 2025-07-28 10:09:16 -07:00
parent 0e65ef68b2
commit a2bf5633dd

View file

@ -200,11 +200,11 @@ struct MapDataFileRow: View {
.cornerRadius(4)
Text("\(file.overlayCount) \(file.overlayCount > 1 ? "features".localized : "feature".localized)")
.font(.caption)
.font(.caption2)
.foregroundColor(.secondary)
Spacer()
Text(file.uploadDate.formatted())
.font(.caption)
.font(.caption2)
.foregroundColor(.secondary)
}
}