We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74db724 + 6db6b24 commit 217a852Copy full SHA for 217a852
Sources/ComponentsKit/Components/Alert/SUAlert.swift
@@ -60,6 +60,7 @@ struct AlertContent: View {
60
.foregroundStyle(UniversalColor.foreground.color)
61
.multilineTextAlignment(.center)
62
.frame(maxWidth: .infinity)
63
+ .fixedSize(horizontal: false, vertical: true)
64
}
65
66
func message(_ text: String) -> some View {
0 commit comments