Customized color of Notification

Hi everyone,
I want customized color of Notification.
How can I do it?

BR
Brian

You need to use CSS. For example to change the background color of the success message you can use

.rz-growl-message-success  .rz-growl-item {
    background-color: red;
}

All CSS used by the component is available here: https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/themes/components/blazor/_notification.scss