Skip to content

Commit

Permalink
Set ipad max width for alerts view
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantelis Giazitsis committed Feb 27, 2024
1 parent 09cef1c commit c284e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct MultipleAlertsView: View {
.padding(.top, CGFloat(.smallSidePadding))
}
.onAppear(perform: alert.appearAction)
}
}.iPadMaxWidth()
}
.padding(CGFloat(.defaultSidePadding))
}
Expand Down

0 comments on commit c284e14

Please sign in to comment.