layer5io / layer5io/sistent

Update `MuiDrawer` modifier to not include the background color

Open
#595 2 comments 0 reactions 0 assignees View on GitHub

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

Contributor Guide

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.