add padding below text chip preview

This commit is contained in:
Satindar Dhillon
2022-04-12 15:28:14 -07:00
parent 060313ab31
commit 751095b983

View File

@ -115,6 +115,7 @@ struct CreateLabelView: View {
}
Spacer()
}
.padding(.bottom, 8)
TextField("Label Name", text: $newLabelName)
#if os(iOS)