Setting section background color

Hi guys, is there a simple "Filament" way to set the background color of section? In the screenshot I would like to make the background of the entire "You're almost done" section the "primary" color
image.png
Solution
->extraAttributes(['style' => 'background-color:#color'])
?
Was this page helpful?