stackotter/swift-cross-ui

[AppKitBackend] Remove ScrollView background (AppKit has a default scroll background)

Closed this issue · 1 comments

The NSScrollView default background is different from the NSWindow default background and it looks kinda weird. As extra motivation, SwiftUI also gets rid of the scroll view background color.

I've addressed this on the new_layout system branch. It was a one-liner.