Code Block var body: some View { switch family { case .systemSmall: ZStack { AvatarView(entry.character) .foregroundColor(.white) } .background(Color.gameBackground) .widgetURL(entry.character.url)
With that last modifier, I get a white widget in the preview instead of the actual content. Is anyone else seeing this?