Consolidate styling #546
Labels
Effort 5
Chunky! Ensure this is the smallest that it can be split to before committing to it.
Impacts Some
Affects the average end-user.
Scope: Frontend/Controller
Scope: Frontend/Settings
Scope: Frontend/Themes
Is your feature request related to a problem? Please describe.
Common Material UI components are being styled at the local component level. This means that for every dialog we make, we have to restyle it with the same properties. It also means that we make more mistakes when it comes to regression and ensuring our theme has full coverage in our app.
Describe the solution you'd like
Global application of Material UI styles, using the themes.
Describe alternatives you've considered
Additional context
We have a lot of these component styles defined in SettingsComponent.css.
The text was updated successfully, but these errors were encountered: