mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-06 00:39:31 +00:00
Pad bar buttom items
This commit is contained in:
parent
cf733541c4
commit
57b2f52612
1 changed files with 2 additions and 0 deletions
|
@ -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])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue