Skip to content

Commit

Permalink
Added bottom padding to PageControlDotsView (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: Giulia Ariu <>
  • Loading branch information
GiuliaAriu authored Apr 9, 2024
1 parent 6462b83 commit 2d16f0d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public struct PageControlDotsView: View {
}
}
}
.padding(.vertical, 10)
.padding(.top, 10)
.padding(.bottom, 24)
}
}

Expand Down

0 comments on commit 2d16f0d

Please sign in to comment.