[system] sx
field border{Block,Inline}{,Start,End}Color doesn't take the theme into account
#42347
Labels
customization: theme
Centered around the theming features
new feature
New feature or request
package: system
Specific to @mui/system
Summary
Using
divider
for thesx
fieldborderBlockStartColor
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
borderBlockColor
borderBlockStartColor
borderBlockEndColor
borderInlineColor
borderInlineStartColor
borderInlineEndColor
Related issues/PRs:
sx
prop doesn't factor in palette keys when setting outlineColor #39491sx
field outlineColor doesn't take the theme into account #33335Examples
No response
Motivation
Using block/inline properties is now considered more accessible than top/bottom/left/right properties.
Search keywords: border,color,borderBlockStartColor
The text was updated successfully, but these errors were encountered: