mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Make details on uploaded files caption2
This commit is contained in:
parent
0e65ef68b2
commit
a2bf5633dd
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue