1
0
mirror of https://github.com/metabolist/metatext synced 2025-01-06 23:23:07 +01:00

Pad bar buttom items

This commit is contained in:
Justin Mazzocchi 2020-09-15 23:34:58 -07:00
parent cf733541c4
commit 57b2f52612
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C

View File

@ -90,6 +90,7 @@ private extension TabNavigationView {
}
} label: {
Image(systemName: viewModel.timeline.systemImageName)
.padding([.leading, .top, .bottom])
})
default: Text(tab.title)
}
@ -119,6 +120,7 @@ private extension TabNavigationView {
}
}
})
.padding([.trailing, .top, .bottom])
}
}
}