From 1f7eb92d73cd3c5a5715181e60f4339947307b43 Mon Sep 17 00:00:00 2001 From: sbenmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Mon, 9 Aug 2021 09:39:15 +0200 Subject: [PATCH] SDA-3237 Notification border color fix in light mode --- src/renderer/styles/notifications-animations.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/styles/notifications-animations.less b/src/renderer/styles/notifications-animations.less index d38045d1..a91336ac 100644 --- a/src/renderer/styles/notifications-animations.less +++ b/src/renderer/styles/notifications-animations.less @@ -21,7 +21,7 @@ } 50% { background-color: @light-mention-flash-mention-bg-color; - border-color: @light-mention-flash-border-color; + border-color: transparent; } }