mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05: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