mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
adjust text chip vertical padding
This commit is contained in:
parent
c5233d1559
commit
34ce209738
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue