fix: add public to name
This commit is contained in:
parent
36888ee50c
commit
ce0245019b
|
@ -1,6 +1,6 @@
|
|||
import SwiftUI
|
||||
|
||||
struct BackgroundView<Content: View>: View {
|
||||
public struct BackgroundView<Content: View>: View {
|
||||
let color: Color
|
||||
var content: () -> Content
|
||||
|
||||
|
|
Loading…
Reference in New Issue