[system] `sx` field border{Block,Inline}{,Start,End}Color doesn't take the theme into account
Open
@brijeshb42 is already working on this.
Since May 23, 2024.
customization: theme
scope: system
type: new feature
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Summary
Using divider for the sx field borderBlockStartColor does not update to the correct color in the theme. It simply is rendered as `"divider"
The following sx properties should be listed in /packages/mui-system/src/styleFunctionSx/defaultSxConfig.js
borderBlockColorborderBlockStartColorborderBlockEndColorborderInlineColorborderInlineStartColorborderInlineEndColor
Related issues/PRs:
- #39491
- #33335
- #39962
Examples
No response
Motivation
Using block/inline properties is now considered more accessible than top/bottom/left/right properties.
Search keywords: border,color,borderBlockStartColor
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.
Assessment
This issue has not been assessed yet.