`<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