Global Notification Colors
As far as I can see, there is no way to automatically have the color() of the notificaiton simply to be the same as the status(), right? So if its a success message, the color will be success (green). I simply want background colors automatically on all notifications. Am i missing something? Tried
Notification::configureUsing($notification)
, but nothing is available in the $notification.4 Replies
any ideas on this?
I think I submitted a PR for this at one point in time but it wasn’t accepted.
probably an issue withe the code quality of the PR
😉
Would be great to have the ability to apply status-linked background colors to notifications globally; the current default of not coloring the background is just a little too subtle and un-noticeable in many cases.