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)