diff --git a/apple/OmnivoreKit/Sources/App/Views/Labels/LabelsView.swift b/apple/OmnivoreKit/Sources/App/Views/Labels/LabelsView.swift index 903726be1..fd2ab65c0 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Labels/LabelsView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Labels/LabelsView.swift @@ -115,6 +115,7 @@ struct CreateLabelView: View { } Spacer() } + .padding(.bottom, 8) TextField("Label Name", text: $newLabelName) #if os(iOS)