Improve dashboard

This commit is contained in:
世界
2023-08-04 21:23:07 +08:00
parent 313721c7cf
commit b5e682021b
6 changed files with 21 additions and 22 deletions
@@ -36,7 +36,7 @@ public struct GroupItemView: View {
}
Spacer(minLength: 8)
HStack {
Text(item.type)
Text(item.displayType)
.font(.caption)
.foregroundColor(.secondary)
Spacer(minLength: 0)