Update ParakeetModelCardRowView.swift

This commit is contained in:
Prakash Joshi Pax 2025-08-03 14:33:34 +05:45 committed by GitHub
parent e603acdda1
commit e17a5a967a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,10 +80,12 @@ struct ParakeetModelCardRowView: View {
Text("Speed")
progressDotsWithNumber(value: model.speed * 10)
}
.fixedSize(horizontal: true, vertical: false)
HStack(spacing: 3) {
Text("Accuracy")
progressDotsWithNumber(value: model.accuracy * 10)
}
.fixedSize(horizontal: true, vertical: false)
}
.font(.system(size: 11))
.foregroundColor(Color(.secondaryLabelColor))