From 40419b9e4fc1c91183c31d1c649980f17375d0e6 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Thu, 14 May 2026 09:08:56 +0200 Subject: [PATCH] fixed dark mode for search and editor --- frontend/src/components/react/Search.tsx | 2 +- frontend/src/components/react/admin/Editor.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/react/Search.tsx b/frontend/src/components/react/Search.tsx index 9b6bdfd..14b2343 100644 --- a/frontend/src/components/react/Search.tsx +++ b/frontend/src/components/react/Search.tsx @@ -166,7 +166,7 @@ export default function Search() { aria-hidden="true" />
0 && (
e.stopPropagation()} > @@ -510,7 +510,7 @@ export default function Editor({ editSlug }: Props) { {/* Live Preview — stretches to match editor height on desktop, full-pane via tabs on mobile */} {showPreview && (