Change inputs background color in FormBuilder
Hello, how can I change background color for text input in form builder package?
Solution
you would create a custom theme according to the Filament docs, then you can simply target the element and change it's styling.