I've noticed when this component is rendered it overrides some of my styles such as fonts and colours. I think it might have something to do with you using the <CssBaseline/> component from material ui which overrides styles globally.
I don't think the timeline component should come with its own styles like this and should instead inherit them from the theme already being used in the parent components/application?
I've noticed when this component is rendered it overrides some of my styles such as fonts and colours. I think it might have something to do with you using the
<CssBaseline/>component from material ui which overrides styles globally.I don't think the timeline component should come with its own styles like this and should instead inherit them from the theme already being used in the parent components/application?