I have generated a nova theme, I can see the theme CSS is applied to the login, but not to the dashboard. I removed the laravel nova and re-installing but the problems continues. It's the same problem as https://github.com/laravel/nova-issues/issues/2093.
I look for the theme file in dashboard source code and i can't find him, but I can see in the login page.
Steps To Reproduce
Run php artisan nova:theme {package name}
Run php artisan vendor:publish
Description
I have generated a nova theme, I can see the theme CSS is applied to the login, but not to the dashboard. I removed the laravel nova and re-installing but the problems continues. It's the same problem as https://github.com/laravel/nova-issues/issues/2093.
I look for the theme file in dashboard source code and i can't find him, but I can see in the login page.
Steps To Reproduce