fix: add public to name

This commit is contained in:
greyder 2022-06-05 10:57:35 +08:00
parent 36888ee50c
commit ce0245019b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import SwiftUI import SwiftUI
struct BackgroundView<Content: View>: View { public struct BackgroundView<Content: View>: View {
let color: Color let color: Color
var content: () -> Content var content: () -> Content