Make founders email selectable in feedback success view (#1733)

Add .textSelection(.enabled) to the success body text so users can
select and copy the founders@manaflow.com email address.

Co-authored-by: Lawrence Chen <lawrencecchen@users.noreply.github.com>
This commit is contained in:
Lawrence Chen 2026-03-18 02:59:55 -07:00 committed by GitHub
parent de1aa7a6ae
commit cb4197ecee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9393,6 +9393,7 @@ private struct SidebarFeedbackComposerSheet: View {
)
.font(.system(size: 12))
.foregroundStyle(.secondary)
.textSelection(.enabled)
HStack {
Spacer()