damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 37189e3862de79ed4ac5e78a34685ecea2fff5bc
parent 614b48eeaeaafa100ca76006550234bd290b5523
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 29 Dec 2022 09:27:29 -0800

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

Diffstat:
Mdamus/ContentView.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/damus/ContentView.swift b/damus/ContentView.swift @@ -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()