Change new notification dot in Notification center
I using the react plugin and have been trying to change the colour of the small red dot that appears on the react notification centre and the dot on unread notifications (they seem to be the same)
I've try using the props on the NotificationBell
and using the
INotificationCenterStyles
styles.I can change the background colour but not the actual dot.
Inspecting element i can see I need to change the fill on this
Any one had some luck changing this icon or colour?2 Replies
@turtles
Yes I tried it is not working for me as well.
@paweltymczuk anything we missing?
hey @turtles 👋
if it's not working please fill the issue on GH...
Another way to style any component in the notification center is to use the
styles
prop on the NovuProvider
, so you can do it like this:
docs: https://docs.novu.co/notification-center/custom-styling