Skip to content

Commit

Permalink
fix: Move content shape to HSTack to allow custom button to be tappab…
Browse files Browse the repository at this point in the history
…le (#1920)
  • Loading branch information
gert-janvercauteren committed Mar 27, 2024
1 parent ff42719 commit 29e07ca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,8 +94,8 @@ struct AppSearchModalContentView: View {
.foregroundColor(.textSecondaryColor)
}
}
.contentShape(Rectangle())
}
.contentShape(Rectangle())
.buttonStyle(ItemCellButtonStyle())
}

Expand Down

0 comments on commit 29e07ca

Please sign in to comment.