layer5io/sistent

Update `MuiDrawer` modifier to not include the background color

Opened this issue · 0 comments

Current Behavior

MuiDrawer-paper is defined with a background color, which means any component that uses some form of Drawer will inherit this color.

Desired Behavior

Refactor the MuiDrawer modifier to not define the background color, and let this be defined project specific.

Implementation

Acceptance Tests

Mockups


Contributor Guide