Skip to content

Commit

Permalink
Fix HUD presentation in sheets (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
piercifani authored Jan 14, 2025
1 parent 7f0ef17 commit 814a60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BSWInterfaceKit/SwiftUI/Internal/HUD.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enum SwiftUIHUD {
)
.environment(\.colorScheme, rootVC.traitCollection.userInterfaceStyle == .light ? .dark : .light)
)
___hudVC.modalPresentationStyle = .overCurrentContext
___hudVC.modalPresentationStyle = .overFullScreen
___hudVC.modalTransitionStyle = .crossDissolve
___hudVC.view.backgroundColor = .clear
___hudVC.view.isOpaque = false
Expand Down

0 comments on commit 814a60a

Please sign in to comment.