change icon color in blade view
Hello,
which class i use for change color to icon in blade view?
i try this but not work
3 Replies
Base on the icon components it should work (https://github.com/filamentphp/filament/blob/3.x/packages/support/resources/views/components/icon.blade.php) are you sure your cyan-500 and gray-400 is available in your css file?
shouldn't they be in standard css?
Solution
ok use text-primary-600 and it works