Update Button Text Color
I can see in the docs how to update the button's background color, but it doesn't say how to change the text color.
3 Replies
Maybe like this
->extraAttributes(['style' => 'color: red'])
Because that’s none of the theming options. If you want to change something it that direction use a Theme and add a class or as Vp mentioned use inline styles directly
Although prepare for nobody to talk to you in the canteen if you PR inline styles 😆