Skip to content

Commit

Permalink
Sidebar: Fix collapse button placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed May 15, 2021
1 parent a95b130 commit fc10e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RedditOs/Features/Sidebar/SidebarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct SidebarView: View {
isHovered = hovered
})
.toolbar {
ToolbarItem(placement: .navigation) {
ToolbarItemGroup {
Button(action: toggleSidebar, label: {
Image(systemName: "sidebar.left")
})
Expand Down

0 comments on commit fc10e4d

Please sign in to comment.