-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broke button styles #62
Comments
Hello, Same issue here, it's quite annoying. Could you fix it ? Regards |
Looks like a tailwind conflict.... Do you know what CSS / tw class is being a problem? |
These are button css class This are toggle css class All your class are prefixed by tw- I really don't know what can be the conflict. |
It is an opacity thing... ala
|
Hi, Fix doesn't work for me. Have you test it on your side? |
I set my nova color defaults in the config file and it worked! |
Which version of nova 4 are you using? |
Have you rebuilt your nova js and CSS? |
No, I don’t know how to achieve this …
|
php artisan nova:publish should help out. Its in the Nova 4 install instructions. It doesn't seem to be necessary, but it may help |
still issue on nova |
I have just pushed another commit onto the v4 branch that should fix this.
|
Same issue still ocurred with v4 |
@kitro Just want to double check you are using the v4 branch and not the main branch? |
@davidpiesse The issue is fixed in |
I have implemented another fix for the CSS. |
Getting the same issue using: Nova v4.16.1 |
Hi, I got the same issue with dev-master branch and Nova 4.18 |
Fixed, thank you! |
Laravel Nova 4.12.14
'Toggle Switch Field' has been installed and buttons on every Resource Create Page are broken (styles):
'Toggle Switch Field' has been removed and buttons is OK
Could you fix it?
The text was updated successfully, but these errors were encountered: