Some checks failed
CI / test (push) Has been cancelled
Bring the SwiftUI app in line with the Apple-native mock and keep pending approvals actionable from Live Activities and watch complications.
9 lines
145 B
Swift
9 lines
145 B
Swift
import SwiftUI
|
|
|
|
public extension View {
|
|
@ViewBuilder
|
|
func idpGlassChrome() -> some View {
|
|
self.background(.thinMaterial)
|
|
}
|
|
}
|