Skip to content

Commit

Permalink
deleteUsersButton needs to be manually set back to 75
Browse files Browse the repository at this point in the history
  • Loading branch information
JPKribs committed Jan 29, 2025
1 parent 0a40e30 commit 4d94362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extension SelectUserView {
ListRowButton(L10n.delete, role: .destructive) {
onDelete()
}
.frame(width: 400, height: 50)
.frame(width: 400, height: 75)
.disabled(!areUsersSelected)
}

Expand Down

0 comments on commit 4d94362

Please sign in to comment.