AmpliPi icon indicating copy to clipboard operation
AmpliPi copied to clipboard

ListFontSizeFix

Open SteveMicroNova opened this issue 1 year ago • 0 comments

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: image

After: image

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?

SteveMicroNova avatar Oct 15 '24 18:10 SteveMicroNova