adjust text chip vertical padding

This commit is contained in:
Satindar Dhillon 2022-04-13 10:09:41 -07:00
parent c5233d1559
commit 34ce209738

View file

@ -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)