Re-introduce a small amount of padding under the tab bar

This commit is contained in:
William Casarin
2022-12-29 09:27:29 -08:00
parent 614b48eeae
commit 37189e3862

View File

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