remove extra whitespace on tabbar

This commit is contained in:
William Casarin
2022-12-29 09:21:37 -08:00
parent bfae6fcf12
commit 614b48eeae

View File

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