joaogarin / angular-electron

Angular2 and Electron starter using webpack
150 stars 53 forks source link

Angular Material theme doesn't work #72

Closed 18steps closed 7 years ago

18steps commented 7 years ago

On Windows. Installed repo as is and followed instructions to build, watch and run.

The switch for "Set Dark theme" moves, but nothing changes.

Authentication with GitHub works fine.

Seems like elements from Angular Material works, but not the theme.

Screenshot here

18steps commented 7 years ago

Actually an Electron problem, you can't set the background color of the window, apparently. Got somewhat around it by adding a wrapper inside of body. Still a white bar on top, but hopefully that can be worked out.