How to change notification addon indicate color

I using custom theme with different sidebar color. How can i change notification indicator style to match my theme?
Screenshot 2022-08-16 222847

Thanks

Hi,

the full list of using styles for the notification add-on you can find in the notifications-styles.css file located in the jmix-notifications-ui dependency.

Screenshot 2022-08-19 at 12.02.29

For example, you need to change background-color for .jmix-notifications-indicator etc.

Regards,
Gleb

Thanks @gorelov , I am able to do it.

But how to change text color. I changed color of each css item but it is still grey?

The following works for me:

.jmix-notifications-indicator-counter {
  background-color: <color>;
  color: <text-color>;
}