From 3ed91778b203dea1b851638656556c8b1287d0b1 Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Thu, 9 Jul 2026 06:15:16 +0000 Subject: [PATCH] Task #720: Dark navy protocol sidebar menu - protocol.tsx sidebar nav (~lines 1413-1543): the tabs menu now sits on a dark navy panel (rounded-xl bg-[#0f1d3d] p-2) matching the user's reference image, clearly separated from the light page background. - Item styles adapted for the dark background: - Active tab: white pill with navy text (bg-white text-[#0f1d3d] font-semibold). - Inactive tabs: text-slate-300 with hover:bg-white/10 hover:text-white. - Group headers (rooms/gifts): active = text-sky-300, inactive same as tabs. - No logic changes (TABS, permissions, group collapse untouched); mobile horizontal scroll mode keeps the same dark panel. - tsc --noEmit clean. Style-only change, no API/i18n changes. --- artifacts/tx-os/src/pages/protocol.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/artifacts/tx-os/src/pages/protocol.tsx b/artifacts/tx-os/src/pages/protocol.tsx index c2c00fd0..7259b482 100644 --- a/artifacts/tx-os/src/pages/protocol.tsx +++ b/artifacts/tx-os/src/pages/protocol.tsx @@ -1409,7 +1409,7 @@ export default function ProtocolPage() {