From cf7bf32ac275da5a34e2589a758dc9aa01a04d92 Mon Sep 17 00:00:00 2001 From: SagarRajput-7 <162284829+SagarRajput-7@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:38:30 +0530 Subject: [PATCH] fix: fixed lightMode style for histogram panel (#5236) --- .../RightContainer/RightContainer.styles.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/frontend/src/container/NewWidget/RightContainer/RightContainer.styles.scss b/frontend/src/container/NewWidget/RightContainer/RightContainer.styles.scss index 3ec5338e45..55d717926a 100644 --- a/frontend/src/container/NewWidget/RightContainer/RightContainer.styles.scss +++ b/frontend/src/container/NewWidget/RightContainer/RightContainer.styles.scss @@ -429,6 +429,21 @@ } } + .bucket-config { + .label { + color: var(--bg-ink-400); + } + + .bucket-input { + border: 1px solid var(--bg-vanilla-300); + background: var(--bg-vanilla-300); + + .ant-input { + background: var(--bg-vanilla-300); + } + } + } + .panel-time-text { color: var(--bg-ink-400); }