From 1a5284078959be0c7e2a917733701d6270a7ad88 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Fri, 18 Sep 2020 17:12:36 +0200 Subject: [PATCH] Applied success and error states to notifications --- ghost/portal/src/components/Notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/src/components/Notification.js b/ghost/portal/src/components/Notification.js index 316f781d49..a95c78adcd 100644 --- a/ghost/portal/src/components/Notification.js +++ b/ghost/portal/src/components/Notification.js @@ -58,7 +58,7 @@ class NotificationContent extends React.Component { const {notificationType: type, notificationStatus: status} = this.context; return (
-
+
this.onNotificationClose(e)} />