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:
parent
de1aa7a6ae
commit
cb4197ecee
1 changed files with 1 additions and 0 deletions
|
|
@ -9393,6 +9393,7 @@ private struct SidebarFeedbackComposerSheet: View {
|
|||
)
|
||||
.font(.system(size: 12))
|
||||
.foregroundStyle(.secondary)
|
||||
.textSelection(.enabled)
|
||||
|
||||
HStack {
|
||||
Spacer()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue