Custom colors with TextColumn badges
Is there a way to get custom colors as badge?
Solution:Jump to solution
you can pass a custom color using the Color class in any of the ->color() modifiers. For example.
```php
use Filament\Support\Colors\Color;
...
1 Reply
Solution
you can pass a custom color using the Color class in any of the ->color() modifiers. For example.