Inheriting panel colors in standalone page
Hi all
I've got a separate public page that extends
Cheers
I've got a separate public page that extends
SimplePage which I'm calling directly from a route. I've set the panel ID in mount() using Filament::setCurrentPanel(), which seems to work for inheriting most things from the panel (eg. font and logo). Except colors... Any idea how I can make the page use the colors defined in ->colors()? Cheers