AmpliPi
AmpliPi copied to clipboard
ListFontSizeFix
What does this change intend to accomplish?
During #901, we added MUI theming to our frontend; this automatically styles all MUI components. In doing this, #907 was caused, this fixes that by overriding the default font size applied to many MUI things and allowing us to once again set font size on a per-case basis using CSS
Before:
After:
Checklist
- [x] Have you tested your changes and ensured they work?
- [x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
- [x] Does your submission pass linting & tests? You can test on localhost using
./scripts/test - [x] If this is a UI change, have you tested it across multiple browser platforms on both desktop and mobile?