We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe38cf commit bb1f422Copy full SHA for bb1f422
1 file changed
Sources/Components/Elements/HostingCellNode.swift
@@ -81,6 +81,8 @@ extension HostingCellNode {
81
82
super.init()
83
84
+ backgroundColor = .clear
85
+
86
setViewBlock { [unowned self] in
87
88
self.hostingController = HostingController(
0 commit comments