F
Filament9mo 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.
No description
0 Replies
No replies yetBe the first to reply to this messageJoin