1 parent 423746b commit f0b5382Copy full SHA for f0b5382
1 file changed
DevLog/UI/Common/Componeent/LoadingView.swift
@@ -10,12 +10,10 @@ import SwiftUI
10
struct LoadingView: View {
11
var body: some View {
12
ZStack {
13
+ Color.black.opacity(0.25).ignoresSafeArea()
14
ProgressView()
15
}
16
+ .allowsHitTesting(true)
17
.frame(maxWidth: .infinity, maxHeight: .infinity)
18
19
-
-#Preview {
20
- LoadingView()
21
-}
0 commit comments