1

tap here image
code2

`<Box sx={{ width: '100%'}}>
     {progress<100  && <LinearProgressWithLabel 
      value={progress} style={{background: "yellow"}}  />}
    </Box>
  );`
      
}\`\` \`

Someone, please help to change color of loading progress bar. I am confused.

I have tried to use withStyle, change color by css. But it didnt work. I didnt find any usefull information

0 Answers0