[Bug]: CSS Not Applied to Help Action Modal
Closed this issue · 1 comments
iAmKevinMcKee commented
What happened?
When using the HelpAction on a form component, I can include content from my docs but it is not styled the same as in my documentation panel.
How to reproduce the bug
Use a HelpAction with a hintAction on a form component
Package Version
latest
PHP Version
latest
Laravel Version
latest
Which operating systems does with happen with?
No response
Notes
For me, I'm overriding custom styles and just targeting the .gu-kb-article
class in a CSS file, so I would just need this class applied to the modal.
However, I'm not sure about other implementations.
lukas-frey commented
Fixed in version 1.4.1.
Due to a refactor, please make sure to now run php artisan filament:assets
, so that the alpine components get installed in your project. :)