From 34ce209738017c5bd641e89eebfc395661ba1e34 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Wed, 13 Apr 2022 10:09:41 -0700 Subject: [PATCH] adjust text chip vertical padding --- apple/OmnivoreKit/Sources/Views/TextChip.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/Views/TextChip.swift b/apple/OmnivoreKit/Sources/Views/TextChip.swift index 79e64e67e..2a09428e2 100644 --- a/apple/OmnivoreKit/Sources/Views/TextChip.swift +++ b/apple/OmnivoreKit/Sources/Views/TextChip.swift @@ -96,7 +96,7 @@ public struct TextChipButton: View { Image(systemName: actionType.systemIconName) } .padding(.horizontal, 10) - .padding(.vertical, 5) + .padding(.vertical, 8) .font(.appFootnote) .foregroundColor(foregroundColor) .lineLimit(1)