mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: enhance notification className to support additional styles
This commit is contained in:
@@ -68,7 +68,7 @@ export const createNotification = (
|
||||
autoClose: toastProps.autoClose || 15000,
|
||||
theme: "dark",
|
||||
type: myProps?.type || "info",
|
||||
className: "pointer-events-auto"
|
||||
className: `pointer-events-auto ${toastProps.className}`
|
||||
});
|
||||
|
||||
export const NotificationContainer = () => (
|
||||
|
||||
Reference in New Issue
Block a user