From f108e2e70a7f81631ca80a4a3a3b09bcbe06bee0 Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 13 Oct 2025 23:17:21 +0200 Subject: [PATCH] refactor: replace arbitrary color values with Tailwind utilities in ThreePaneLayout --- src/components/ThreePaneLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ThreePaneLayout.tsx b/src/components/ThreePaneLayout.tsx index 48b7011f..f9533a72 100644 --- a/src/components/ThreePaneLayout.tsx +++ b/src/components/ThreePaneLayout.tsx @@ -224,7 +224,7 @@ const ThreePaneLayout: React.FC = (props) => { {/* Mobile bookmark button - only show when viewing article */} {isMobile && !props.isSidebarOpen && props.isHighlightsCollapsed && (