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 08aba80 commit c0af4e7Copy full SHA for c0af4e7
Sources/ComponentsKit/Components/Alert/SUAlert.swift
@@ -71,7 +71,7 @@ extension View {
71
},
72
footer: {
73
switch AlertButtonsOrientationCalculator.preferredOrientation(model: model) {
74
- case .horizontal:
+ case .horizontal:
75
HStack(spacing: AlertVM.buttonsSpacing) {
76
AlertButton(
77
isAlertPresented: isPresented,
0 commit comments