mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.79k stars 1.9k forks source link

[@mantine/core] Notification: Add closeButton ReactNode #7031

Closed aalirezamoradii closed 1 week ago

rtivital commented 1 week ago

Thanks for submitting a PR. This change will not work correctly. If the close button is replaced with the custom item, it will not close notification out of the box as it has no access to the onClose handler. If you want to change the icon, use closeButtonProps instead.