Update `MuiDrawer` modifier to not include the background color
Open
Nobody has claimed this yet.
kind/enhancement
- Dominant language
- TypeScript
- Stars
- 137
- Forks
- 239
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 5
Description
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
- 🎨 Wireframes and designs for Sistent site in Figma (open invite)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the MuiDrawer modifier and inspect how MuiDrawer-paper currently receives its background color. Remove that color definition so Drawer users can provide project-specific styling, then verify that the component no longer inherits the modifier's background color.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- design, frontend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100