add padding below text chip preview
This commit is contained in:
@ -115,6 +115,7 @@ struct CreateLabelView: View {
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.padding(.bottom, 8)
|
||||
|
||||
TextField("Label Name", text: $newLabelName)
|
||||
#if os(iOS)
|
||||
|
||||
Reference in New Issue
Block a user