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
1 changed files with 2 additions and 0 deletions

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])
}
}
}