mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add padding below text chip preview
This commit is contained in:
parent
060313ab31
commit
751095b983
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ struct CreateLabelView: View {
|
|||
}
|
||||
Spacer()
|
||||
}
|
||||
.padding(.bottom, 8)
|
||||
|
||||
TextField("Label Name", text: $newLabelName)
|
||||
#if os(iOS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue