#Hi, I am not sure why my PR got closed

8 messages · Page 1 of 1 (latest)

oblique dust
#

Hi, I created a PR on the docs on how to customise the notifications per component, instead of per function call. However, the PR (https://github.com/mantinedev/mantine/pull/2637) got closed and I am not sure why, and there is no comment.

GitHub

Help user understand how to customise notification per component
Currently, the docs only mentioned how to customise the notification via showNotification function call. However, most users are mos...

timber lava
#

I see that you mentioned in that PR about how to customize the notification per component

#

What do you mean by that?

#

There is a section that shows how to style based on theme through the function call as well

rare lantern
oblique dust
# timber lava What do you mean by that?

What I mean is that there should be some guide on how to customise the notification styles for once and for all, instead of customising the notification every single time. For example, my use case is that I changes the color of the close button to text-gray-400, and I wouldn't want to do that for every function call. There is a guide in the theme section on how to do it, but not in the notifications. The user will need to read through the theme section before they know how to customise the notification. Since the package is able to be able to be used independently, the docs is not designed in such a way where user is able to read it without going through the whole thing

oblique dust