FilamentF
Filament3y 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();

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

Thanks.
CleanShot_2023-10-16_at_15.12.41.png
Was this page helpful?