[joy-ui] LinearProgress documentation example with MixBlendMode does not color text properly #40938
Labels
component: progress
This is the name of the generic UI component, not the React module!
docs
Improvements or additions to the documentation
package: joy-ui
Specific to @mui/joy
Steps to reproduce
Link to live example: https://codesandbox.io/p/sandbox/old-framework-dkjcyh?file=%2Fsrc%2FDemo.js
This example is directly from the "Edit in Code Sandbox" link on the final LinearProgress example: https://mui.com/joy-ui/react-linear-progress/#common-examples
Current behavior
Currently the text is only light, instead of changing color based on progress bar progress (as in the documentation).
Expected behavior
The text should be dark until the progress overlaps it, at which point it becomes light. The intended behavior is working correctly on this page: https://mui.com/joy-ui/react-linear-progress/#common-examples
Context
I am trying to use LinearProgress with Typography in the bar that changes color, as in the example in the LinearProgress component documentation.
Your environment
Not including because this example is directly from the documentation.
Search keywords: linearprogress
The text was updated successfully, but these errors were encountered: