brightlayer-ui/themes

Drawer Layout is setting background color

joebochill opened this issue · 1 comments

Describe the bug

The drawer layout component is setting a background color on the content area. If the user wants to change the app background color, they have to do it in two places or use an important style (the theme is already setting the same background color on the body).

What is the expected behavior?

This background color should be inherited from the body (i.e., nothing specified on the drawerlayout).

Looks like this is not anything that we have control over. This is a result of us setting the background color in the background palette. The actual rules that set this on the application body and the drawer body are coming from the material theming mixins for core and mat-sidenav, respectively. So it would seem that's how Angular wants it to go.