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-28 12:34:42 -08:00
committed by William Casarin
parent 94ad5ad366
commit e6ab1d16d5
+1
View File
@@ -228,6 +228,7 @@ struct ContentView: View {
} }
TabBar(new_events: $home.new_events, selected: $selected_timeline, action: switch_timeline) TabBar(new_events: $home.new_events, selected: $selected_timeline, action: switch_timeline)
.padding()
} }
.onAppear() { .onAppear() {
self.connect() self.connect()