From 65836ddf24b813e313f6c429e173aa169d60cbab Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Thu, 13 Jun 2019 02:43:48 +0530 Subject: [PATCH] ELECTRON-1297 - Add role alert to the notification container (#679) --- src/renderer/components/notification-comp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/notification-comp.tsx b/src/renderer/components/notification-comp.tsx index d6484a4e..cda12380 100644 --- a/src/renderer/components/notification-comp.tsx +++ b/src/renderer/components/notification-comp.tsx @@ -59,7 +59,7 @@ export default class NotificationComp extends React.Component<{}, IState> { const bgColor = { backgroundColor: colorHex || '#ffffff' }; return ( -
+
symphony logo