From 6aa1ede93974a35a7dcd0f56b6c559f78a553458 Mon Sep 17 00:00:00 2001 From: Rahul Chauhan <113838908+Rjchauhan18@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:05:50 +0530 Subject: [PATCH] [HF23-AB] Fixed/[Icon component] the background color should be of same as the currently active theme of ToolJet (#7851) --- frontend/src/_styles/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 79bd735481..6f9cac5c55 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -6277,6 +6277,10 @@ input.hide-input-arrows { background-color: #232e3c; border-bottom: 1px solid #324156; } + .popover-body { + background-color: #232e3c; + border-radius: 6px; + } } .popover-header {