Hi, I'm trying to change the label color of a TextInput field in Filament.

TextInput::make('isbn')
->label('ISBN/EAN')
->suffixIcon('clarity-bar-code-line').

Thank you so much #❓┊help
image.png
Solution
Look in the docs for "extraAttributes", that gets you someway, although you usually need to implement the Custom Theme...also well described in docs.
Was this page helpful?