table header bg color

When create a table in Livewire component, and display it as {{ $this->table }}, how do i change table header background color?
Currently is set to some shade of gray when i display it, and cant find the way to change it to other color.
Solution
Just wrap your table with a css class or id then?
Was this page helpful?