iconColumn's icon color on tables in custom livewire pages.

I am trying to make the iconColumn's colours work but wasn't able to get them to work.

I have try using trueColor, falseColor, color([]). Only gray seem to be working while primary, danger and everything else just return a solid black colour.

The table is on a custom livewire page using -

<div> {{ $this->table }} </div>

and returning view on the render()

I have also add the FilamentColor::register to the service provider boot.

Help appreciated, Thanks!
Screenshot_2023-09-05_at_4.25.19_PM.png
Was this page helpful?