This commit is contained in:
世界
2023-08-03 17:57:35 +08:00
parent b3808dbcb5
commit 313721c7cf
6 changed files with 86 additions and 47 deletions
@@ -33,7 +33,6 @@ public struct GroupItemView: View {
.lineLimit(1)
.truncationMode(.tail)
Spacer(minLength: 0)
}
Spacer(minLength: 8)
HStack {
@@ -41,12 +40,11 @@ public struct GroupItemView: View {
.font(.caption)
.foregroundColor(.secondary)
Spacer(minLength: 0)
}
}
Spacer(minLength: 0)
VStack {
if group.selected == item.tag {
if group.selected == item.tag {
Image(systemName: "checkmark.circle.fill")
.foregroundStyle(Color.accentColor)
}