There are no classes fill-gray-500 dark:fill-gray-400 and other fill-*
I use the SVG logo and insert it via ->brandLogo(fn () => view('filament.admin.logo'));
I specify class="h-full fill-gray-500 dark:fill-gray-400" for SVG in logo.blade.php, but nothing changes. And I don't see these classes having styles. There is none of them.
https://filamentphp.com/docs/3.x/panels/themes#adding-a-logo
1 Reply
And fill-current doesn't have such a class either. But it is in the documentation https://tailwindcss.com/docs/fill. I don't understand why it doesn't work.