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.
1 parent 74db724 commit 6db6b24Copy full SHA for 6db6b24
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