© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago
Häz

Notification icon colour not being set

Hello,

After upgrading to Livewire v3 / Filament v3. We updated the default icon set to FontAwesome, which we are already using throughout the app. When setting a status or icon colour, nothing happens. The same issue happens with the default icon set.
  Notification::make()
    ->title('Filament Is Awesome')
    ->body(':fire::fire:')
    ->success()
    ->iconColor('success')
    ->icon('circle-check')
    ->send();
  Notification::make()
    ->title('Filament Is Awesome')
    ->body(':fire::fire:')
    ->success()
    ->iconColor('success')
    ->icon('circle-check')
    ->send();

Composer version:
"filament/notifications": "^3.0.78",
"filament/notifications": "^3.0.78",

Thanks.
CleanShot_2023-10-16_at_15.12.41.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Default notification icon set (Heroicons) not displaying properly
FilamentFFilament / ❓┊help
3y ago
Notification not being sent
FilamentFFilament / ❓┊help
2mo ago
Database Notification not being created
FilamentFFilament / ❓┊help
3y ago
Custom SVG Icon Stroke Colour
FilamentFFilament / ❓┊help
4w ago