From 164028ae14295da4417d7affd88a7958565955df Mon Sep 17 00:00:00 2001 From: Manish Kushare Date: Wed, 4 Jan 2023 14:47:16 +0530 Subject: [PATCH] [ Bug fix ] : dark theme fixes (#5164) * Close button for filter is not visible in dark mode. * fixed : Hovering on dark mode selector is showing cursor instead of mouse pointer * bug fixed * bug fixes : dark theme * fix : dark theme issue in search box and add page field in Pages * bug fixed : serachbox in pages remains in dark theme only * fixed properties and style tab bg in dark theme for the widget inspector --- frontend/src/Editor/Inspector/Inspector.jsx | 11 ++++++++--- frontend/src/Editor/LeftSidebar/SidebarItem.jsx | 2 +- .../SidebarPageSelector/PageHandler.jsx | 4 ++-- .../LeftSidebar/SidebarPageSelector/index.jsx | 8 +++++++- frontend/src/OrganizationSettingsPage/index.jsx | 2 +- .../src/_components/NotificationCenter/index.jsx | 6 ++++-- frontend/src/_components/Profile.jsx | 2 +- frontend/src/_styles/onboarding.scss | 12 ++++++++++-- frontend/src/_styles/popover.scss | 8 ++++++-- frontend/src/_styles/theme.scss | 14 ++++++++++++-- frontend/src/_ui/JSONTreeViewer/JSONNode.jsx | 4 +++- frontend/src/_ui/Layout/index.jsx | 2 +- frontend/src/_ui/LeftSidebar/Header.jsx | 3 ++- frontend/src/_ui/Search/Search.jsx | 4 ++-- 14 files changed, 60 insertions(+), 22 deletions(-) diff --git a/frontend/src/Editor/Inspector/Inspector.jsx b/frontend/src/Editor/Inspector/Inspector.jsx index cc0547a6ec..46946dd1a9 100644 --- a/frontend/src/Editor/Inspector/Inspector.jsx +++ b/frontend/src/Editor/Inspector/Inspector.jsx @@ -349,12 +349,17 @@ export const Inspector = ({
-
+