filament-adjacency-list
filament-adjacency-list copied to clipboard
[Bug]: Hint color is not applied
What happened?
Setting the hint and hintIcon works fine, but when trying to set the hintColor using either 'primary' or Color::hex('#121212' for example doesn't work. It seems like the hintColor isn't applied at all. Doing this for other inputs in my Filament apps work..
How to reproduce the bug
Add the AdjacencyList component to your form and try setting the hintColor like this:
AdjacencyList::make('list')
->hint(fn(string $operation) => __('Random hint string') )
->hintColor('primary')
->hintIcon('heroicon-m-language')
Package Version
3.2.0
PHP Version
8.3.0
Laravel Version
11.0.0
Which operating systems does with happen with?
macOS
Notes
No response