SimplePage not using a Panel for Render Hooks/Colors

Hello,

I'm trying to create a simple page that mimics the Login page but for the 2FA code. Is it possible to have it use my panel? I tried using
Filament::setCurrentPanel
but it still doesn't use my render hooks OR colors.

I'd use a regular page but I need this page to be for unauthenticated users because they aren't logged in until the 2FA is confirmed.
Was this page helpful?