From 269f4c8b4ddd25fe8ffe3c60effeb8469abe6dc7 Mon Sep 17 00:00:00 2001 From: abizek <91976421+abizek@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:45:07 +0530 Subject: [PATCH] fix(builder): fix popover stacking in right sidebar theme section Fixes #1642 --- .../src/pages/builder/sidebars/right/sections/theme.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/pages/builder/sidebars/right/sections/theme.tsx b/apps/client/src/pages/builder/sidebars/right/sections/theme.tsx index 6eae463a..4f2d4b75 100644 --- a/apps/client/src/pages/builder/sidebars/right/sections/theme.tsx +++ b/apps/client/src/pages/builder/sidebars/right/sections/theme.tsx @@ -79,7 +79,7 @@ export const ThemeSection = () => { style={{ backgroundColor: theme.background }} /> - + { @@ -109,7 +109,7 @@ export const ThemeSection = () => { style={{ backgroundColor: theme.text }} /> - + {