From be436dc5cb9cf8f9df359a607a0ca3b24a6a3969 Mon Sep 17 00:00:00 2001 From: Omri Levy <61207713+Omri-Levy@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:41:40 +0300 Subject: [PATCH] chat revert (#2740) --- apps/backoffice-v2/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/backoffice-v2/src/index.css b/apps/backoffice-v2/src/index.css index e6fae8777..ceb018e24 100644 --- a/apps/backoffice-v2/src/index.css +++ b/apps/backoffice-v2/src/index.css @@ -139,3 +139,7 @@ a.bpComposerPoweredBy { display: none !important; } + +button.bpModalDialogNewConversationButton { + background-color: var(--bpPrimary-500) !important; +}