From 6b25100f9ab4c7b74418c36d1208270aa6f1950b Mon Sep 17 00:00:00 2001 From: robbond Date: Tue, 18 Aug 2026 15:25:27 +0100 Subject: [PATCH] feat(experiment): checkpoint RTO open-question workspace --- components/reasoning-workspace.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/reasoning-workspace.jsx b/components/reasoning-workspace.jsx index 28252d8..551a7e3 100644 --- a/components/reasoning-workspace.jsx +++ b/components/reasoning-workspace.jsx @@ -702,14 +702,14 @@ export default function ReasoningWorkspace({ style={{ cursor: "pointer" }} className={`w-full text-left rounded-lg px-4 py-3 transition ${ isSelected - ? "border border-gray-300 bg-gray-50/60" - : "hover:bg-gray-50" + ? "border border-gray-300 bg-white/80 hover:bg-white" + : "border border-gray-200 hover:border-gray-300 hover:bg-white" }`} >

{node.label}