diff --git a/Sources/CoffeeUI/BackgroundView.swift b/Sources/CoffeeUI/BackgroundView.swift index 439c39f..1517b0e 100644 --- a/Sources/CoffeeUI/BackgroundView.swift +++ b/Sources/CoffeeUI/BackgroundView.swift @@ -1,6 +1,6 @@ import SwiftUI -struct BackgroundView: View { +public struct BackgroundView: View { let color: Color var content: () -> Content