Action button has no background in Livewire component
I have created a full-page Livewire component and followed the documentation for using an Action in a Livewire component.
When viewing the page, the button has no background. It looks like the
var(--primary-600)
is not found for the bg-custom-600
; I have no idea how to get that working.1 Reply
Looks like I missed
@filamentStyles
and @filamentScripts
in my layout file.