From 826b71deba5170b26697f1a10a7251f9e503eee8 Mon Sep 17 00:00:00 2001 From: Konv Suu <2583695112@qq.com> Date: Fri, 5 Sep 2025 12:49:02 +0800 Subject: [PATCH] fix(miniapp): title container background style align with sidebar (#9915) --- src/renderer/src/components/MinApp/MinappPopupContainer.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/components/MinApp/MinappPopupContainer.tsx b/src/renderer/src/components/MinApp/MinappPopupContainer.tsx index 2a99f2b560..8f6bbb595f 100644 --- a/src/renderer/src/components/MinApp/MinappPopupContainer.tsx +++ b/src/renderer/src/components/MinApp/MinappPopupContainer.tsx @@ -537,7 +537,9 @@ const MinappPopupContainer: React.FC = () => { wrapper: { position: 'fixed', marginLeft: isLeftNavbar ? 'var(--sidebar-width)' : 0, - marginTop: isTopNavbar ? 'var(--navbar-height)' : 0, + marginTop: isTopNavbar ? 'var(--navbar-height)' : 0 + }, + content: { backgroundColor: window.root.style.background } }}>