Skip to content

Commit

Permalink
Fix modal alignment with logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Sep 3, 2024
1 parent aa97877 commit 1ed5681
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ private struct DaxSpeechBubble<Content: View>: View {
HStack(alignment: .top, spacing: 12) {
Image("DuckPlayerOnboardingModalDax")
.padding(.leading, -10)
.padding(.top, 8)

ZStack {
SpeechBubble()
Expand Down

0 comments on commit 1ed5681

Please sign in to comment.