fixes: Fix padding for views for tabbar
This PR fixes the bottom padding on views to account for the bottom tabbar, now that the tabbar is an overlay we must account for it. Changelog-Fixed: Fixed bottom padding for tabbar Signed-off-by: ericholguin <ericholguin@apache.org>
This commit is contained in:
@@ -35,6 +35,7 @@ struct DirectMessagesView: View {
|
||||
}
|
||||
.padding(.horizontal)
|
||||
}
|
||||
.padding(.bottom, tabHeight)
|
||||
}
|
||||
|
||||
func filter_dms(dms: [DirectMessageModel]) -> [DirectMessageModel] {
|
||||
|
||||
Reference in New Issue
Block a user