gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.52k stars 462 forks source link

Window background prop broken for Windows components #70

Closed dotcarls closed 7 years ago

dotcarls commented 8 years ago

Looks like the code for the background color has been commented out of this file:

    //if (this.state.background) {
      //componentStyle = { ...componentStyle, backgroundColor: this.state.background };
    //}

Docs should be updated or this should be uncommented :)

gabrielbull commented 8 years ago

@dotcarls Thanks for reporting. I'll investigate this tomorrow.

gabrielbull commented 7 years ago

@dotcarls sorry for the delay, the issue has now been resolved. Thanks for reporting! 🎉