Re-introduce a small amount of padding under the tab bar
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user