Style inbox component react
I was trying to migrate from novu provider to novu inbox component but I had hard time styling it. First, novu react doesn't export dark them as mentioned in the docs, so only light theme is available.
Also, in the variables in the appearance props I can control all variables except for on hover color.
There's not enough examples on customizing the appearance, controlling notifications hover, or other styles in the elements prop
Finally, the inbox notification drops the notification type (when user clicks on notification I would like to know what notification is this, the name of the temple for example post like or new post or new message)
4 Replies
@Pawan Jain can you help out here?
Also, in the variables in the appearance props I can control all variables except for on hover color. There's not enough examples on customizing the appearance, controlling notifications hover, or other styles in the elements propTo add hover state, create styles file add class with and without hover state and then use that class for particular element example for popoverTrigger
This is how it will work
Finally, the inbox notification drops the notification type (when user clicks on notification I would like to know what notification is this, the name of the temple for example post like or new post or new message)we have open issue and PR to add workflowId support