From eba64bbd740d88565d51798ce50f1b6bc9143107 Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Fri, 6 Sep 2024 07:44:31 +0530 Subject: [PATCH] SDA-4664 - Add border for light theme --- src/renderer/notification-theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/notification-theme.ts b/src/renderer/notification-theme.ts index 4881dfba1..845f35eda 100644 --- a/src/renderer/notification-theme.ts +++ b/src/renderer/notification-theme.ts @@ -24,7 +24,7 @@ export const Colors = { light: { regularFlashingNotificationBgColor: '#aad4f8', notificationBackgroundColor: '#f1f1f3', - notificationBorderColor: 'transparent', + notificationBorderColor: '#717681', mentionBackgroundColor: '#fcc1b9', mentionBorderColor: 'transparent', },