Skip to content

Commit

Permalink
fix HStack width (#1022)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1204186595873227/1208559753129621/f
iOS PR:  duckduckgo/iOS#3444
macOS PR: duckduckgo/macos-browser#3405
What kind of version bump will this require?: Patch

**Description**: Fix issue with dax dialog layout
  • Loading branch information
SabrinaTardio authored Oct 17, 2024
1 parent 4b5e53f commit 4e9ce77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public struct ContextualDaxDialogContent: View {
Spacer()
nonTypingElements
}
.frame(width: 488)
}
}
.onAppear {
Expand Down

0 comments on commit 4e9ce77

Please sign in to comment.