Admin panel styling depending on authenticated user
I tried this:
- It doesn't work because
Auth::user()isn't loaded at this point in time. - It loads from
/public. I'd prefer it if it would be included in the npm built styles. - The custom styles all need to be
!importantto overrule Filament styling.