Skip to content

Commit bb1f422

Browse files
authored
Clear background color of hosting cell node (#91)
1 parent 4fe38cf commit bb1f422

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/Components/Elements/HostingCellNode.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ extension HostingCellNode {
8181

8282
super.init()
8383

84+
backgroundColor = .clear
85+
8486
setViewBlock { [unowned self] in
8587

8688
self.hostingController = HostingController(

0 commit comments

Comments
 (0)