From 751095b9834fb489c331b70f82ceb480aa2fc91b Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Tue, 12 Apr 2022 15:28:14 -0700 Subject: [PATCH] add padding below text chip preview --- apple/OmnivoreKit/Sources/App/Views/Labels/LabelsView.swift | 1 + 1 file changed, 1 insertion(+) 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)