filament-adjacency-list icon indicating copy to clipboard operation
filament-adjacency-list copied to clipboard

[Bug]: Hint color is not applied

Open Baspa opened this issue 10 months ago • 0 comments

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

Baspa avatar Jan 02 '25 12:01 Baspa