Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Aug 7, 2024
1 parent 39d835b commit bdc7d99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public extension View {

private struct CenterAlignedModifier: ViewModifier {
func body(content: Content) -> some View {
// forcing minLength to 0 does make a difference, default behavior is black box
// forcing minLength to 0 does make a difference, default behavior is black box behavior which seems to vary
HStack(spacing: 0) {
Spacer(minLength: 0)
VStack(spacing: 0) {
Expand Down

0 comments on commit bdc7d99

Please sign in to comment.