Added padding to the tab bar to fix a layout issue for some devices

Closes: #161
Changelog-Fixed: Fixed padding issue on tabbar on some devices
This commit is contained in:
Sam DuBois
2022-12-27 08:17:40 -07:00
committed by William Casarin
parent 94ad5ad366
commit e6ab1d16d5

View File

@@ -228,6 +228,7 @@ struct ContentView: View {
}
TabBar(new_events: $home.new_events, selected: $selected_timeline, action: switch_timeline)
.padding()
}
.onAppear() {
self.connect()