Hi guys,
I’m working on this react based app https://stackblitz.com/edit/godutch-app. So I started implementing the ‘CSS in JS’ solution starting with the Header component but it doesn’t seem to style the Header.
I’m using the material UI styling solution and using the " Higher-order component API" to use the styling. Link here > https://material-ui.com/styles/basics/#higher-order-component-api
The Header component style is not rendering correctly on the screen. Can somebody share where am I going wrong. Any help would be appreciated.
Thanks a lot!!