bg-[color] not applying
bg-black does not work, but only bg-black/50 works. I removed tailwind 4 from dependencies and added 3 by follwing the docs.
Solution
adding
'./resources/views/livewire/*.blade.php',
this to panel specific tailwind config fixed the isssue...
'./resources/views/livewire/*.blade.php',
this to panel specific tailwind config fixed the isssue...