micro-nova / AmpliPi

Whole House Audio System 🔊
https://amplipi.com
GNU General Public License v3.0
284 stars 23 forks source link

Stream selection modal font size too small #907

Open SteveMicroNova opened 3 weeks ago

SteveMicroNova commented 3 weeks ago

I don't currently know if it was intentional as it does make long stream names fit better, but the font size of the stream selection modal is currently 1rem instead of 1.5rem. See attached pics:

Before: image

After: image

SteveMicroNova commented 3 weeks ago

image The issue comes from this class, when I deactivate it it snaps back to normal

SteveMicroNova commented 3 weeks ago

Seems it's from a mui package updating, the current state of main is uploaded to inhouse and doesn't have it, yet the current state of main on my computer does

rtertiaer commented 3 weeks ago

This is a result of #901 converting the items in this list to an MUI List, which applies the typography/theming stuff from App.jsx. It's not just the font size - it's also the font itself, which should be Raleway but that typography style specifies as Open Sans