Skip to content

Commit

Permalink
SwiftLint autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Chapman authored and NachoSoto committed Sep 8, 2023
1 parent ee371f8 commit b40a7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RevenueCatUI/Data/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum Constants {

/// For UI elements that wouldn't make sense to keep scaling up forever
static let maximumDynamicTypeSize: DynamicTypeSize = .accessibility3

/// See https://developer.apple.com/design/human-interface-guidelines/buttons#Best-practices
#if swift(>=5.9) && os(visionOS)
static let minimumButtonHeight: CGFloat = 60
Expand Down
1 change: 1 addition & 0 deletions RevenueCatUI/Views/FooterView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ private struct LinkButton: View {
)
.frame(minHeight: Constants.minimumButtonHeight)
}

}

// MARK: - Previews
Expand Down

0 comments on commit b40a7b9

Please sign in to comment.