From ce0245019b795ff2a31be11699ccf6d809feef06 Mon Sep 17 00:00:00 2001 From: greyder Date: Sun, 5 Jun 2022 10:57:35 +0800 Subject: [PATCH] fix: add public to name --- Sources/CoffeeUI/BackgroundView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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