rensbreur / SwiftTUI

SwiftUI for terminal applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrollView has hardcoded blue background

hassila opened this issue · comments

Just found out that ScrollView seems to work - very, very cool - just found a small thing, in lines 33/35 it overrides the colour to blue:

return Cell(char: "v", backgroundColor: .blue)

and

return Cell(char: " ", backgroundColor: .blue)

Seems a bit unexpected?

I just switched from VStack to ScrollView and everything in that view turns blue background :-)

If you'd like I can do a PR with a fix?

I did a PR for it + starting to fix scroll view controls. See link in this issue.