Skip to content

Commit 4326bee

Browse files
committed
fix: apply subagent review findings — fix maxWidth layout order
- Reorder .frame() modifiers so .infinity expands then 400 caps it - Keep clipboard copy without auto-clear (user needs time to paste)
1 parent 7097b3e commit 4326bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/network/Authenticate/CreateNetworkInstant/SeedphraseDisplayView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ struct SeedphraseDisplayView: View {
5454

5555
}
5656
.padding()
57-
.frame(maxWidth: 400)
5857
.frame(maxWidth: .infinity)
58+
.frame(maxWidth: 400)
5959
}
6060
.background(themeManager.currentTheme.backgroundColor.ignoresSafeArea())
6161
.interactiveDismissDisabled(true)

0 commit comments

Comments
 (0)