From b177e250a9c958b3ea36e62b6521e4ccf1ccf69c Mon Sep 17 00:00:00 2001 From: Salah Benmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:43:06 +0100 Subject: [PATCH] SDA-4030 Background images css bugfix (#1649) --- src/renderer/styles/notification-comp.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/renderer/styles/notification-comp.less b/src/renderer/styles/notification-comp.less index 4b0f9b32..5eec270f 100644 --- a/src/renderer/styles/notification-comp.less +++ b/src/renderer/styles/notification-comp.less @@ -6,7 +6,7 @@ --text-color: #000000; --button-bg-color: #52575f; --button-test-color: #ffffff; - --logo-bg: url('../assets/symphony-logo.png'); + --logo-bg: url('../renderer/assets/symphony-logo.png'); } .light { @@ -281,8 +281,8 @@ body { height: 25px; align-self: center; padding: 3px; - background: url('../assets/notification-send-button-enabled.svg') no-repeat - center; + background: url('../renderer/assets/notification-send-button-enabled.svg') + no-repeat center; border: none; color: var(--text-color); } @@ -296,8 +296,8 @@ body { } .rte-send-button:disabled { - background: url('../assets/notification-send-button-disabled.svg') no-repeat - center; + background: url('../renderer/assets/notification-send-button-disabled.svg') + no-repeat center; } .external-border .title {