Skip to content

Commit 471148d

Browse files
Merge branch 'sualert' into fix/ukmodal
2 parents 4cc78f1 + c0af4e7 commit 471148d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComponentsKit/Components/Alert/SUAlert.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ extension View {
7171
},
7272
footer: {
7373
switch AlertButtonsOrientationCalculator.preferredOrientation(model: model) {
74-
case .horizontal:
74+
case .horizontal:
7575
HStack(spacing: AlertVM.buttonsSpacing) {
7676
AlertButton(
7777
isAlertPresented: isPresented,

0 commit comments

Comments
 (0)