feat(experiment): checkpoint RTO open-question workspace

This commit is contained in:
2026-08-18 15:25:27 +01:00
parent db5016c138
commit 6b25100f9a
+3 -3
View File
@@ -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"
}`}
>
<p className={
isSelected
? "text-sm font-medium text-gray-900 leading-snug"
: "text-sm text-gray-700 leading-snug"
: "text-sm text-gray-600 leading-snug"
}>
{node.label}
</p>