laravel / nova-issues

554 stars 34 forks source link

Nova Themes applied to Login but not to dashboard #2131

Closed avfigueredo closed 5 years ago

avfigueredo commented 5 years ago

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

Run php artisan nova:theme {package name}
Run php artisan vendor:publish
Screen Shot 2019-11-11 at 11 59 54 Screen Shot 2019-11-11 at 12 01 08
jbrooksuk commented 5 years ago

You've likely published the Nova views. Remove these from ./resources/vendors/nova.

avfigueredo commented 5 years ago

Thanks you!