Skip to content

Commit

Permalink
Fix tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Dec 25, 2024
1 parent a4d36d8 commit d4c40e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/OversizeKit/SystemKit/SuccessView/SuccessView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ public struct SuccessView<C, A>: View where C: View, A: View {
if actions != nil {
VStack(spacing: .small) {
actions
#if !os(tvOS)
.controlSize(.large)
#endif
}
.padding(.top, .xxSmall)
}
Expand Down

0 comments on commit d4c40e3

Please sign in to comment.