From 1b47cab8a0c0316419293fcfabcd42ffc3b71a2f Mon Sep 17 00:00:00 2001 From: alexlee-dev Date: Tue, 10 Nov 2020 14:00:29 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Notification=20-=20Success=20Backgr?= =?UTF-8?q?ound=20is=20Red=20#459=20-=20Change=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/Notification.tsx b/src/client/components/Notification.tsx index c84dcc67..9ceac473 100644 --- a/src/client/components/Notification.tsx +++ b/src/client/components/Notification.tsx @@ -18,7 +18,7 @@ const Notification: React.FunctionComponent = ( const Message = message; const iconSettings = { success: { - backgroundColor: "#feeaea", + backgroundColor: "#c9ffc6", className: "far fa-check-circle", color: "green", },