Skip to content

Commit

Permalink
Change height for help
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Jul 6, 2023
1 parent f0ff632 commit 900d45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OversizeKit/SettingsKit/Views/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ import SwiftUI
.buttonStyle(.row)
.sheet(isPresented: $isShowFeedback) {
FeedbackView()
.presentationDetents([.medium])
.presentationDetents([.height(600)])
.presentationContentInteraction(.resizes)
.presentationCompactAdaptation(.sheet)
.scrollDisabled(true)
Expand Down

0 comments on commit 900d45c

Please sign in to comment.