Update ParakeetModelCardRowView.swift
This commit is contained in:
parent
e603acdda1
commit
e17a5a967a
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user