Skip to content

Commit

Permalink
Fix filter button overflow (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
rational-kunal authored Oct 29, 2023
1 parent 69b1fcb commit 8a64bc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ struct ProjectNavigatorToolbarBottom: View {
.padding(.leading, 10)
HStack {
sortButton
.padding(.leading, 5)
TextField("Filter", text: $filter)
.textFieldStyle(.plain)
.font(.system(size: 12))
Expand Down

0 comments on commit 8a64bc4

Please sign in to comment.