feat(experiment): checkpoint RTO open-question workspace
This commit is contained in:
@@ -702,14 +702,14 @@ export default function ReasoningWorkspace({
|
|||||||
style={{ cursor: "pointer" }}
|
style={{ cursor: "pointer" }}
|
||||||
className={`w-full text-left rounded-lg px-4 py-3 transition ${
|
className={`w-full text-left rounded-lg px-4 py-3 transition ${
|
||||||
isSelected
|
isSelected
|
||||||
? "border border-gray-300 bg-gray-50/60"
|
? "border border-gray-300 bg-white/80 hover:bg-white"
|
||||||
: "hover:bg-gray-50"
|
: "border border-gray-200 hover:border-gray-300 hover:bg-white"
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<p className={
|
<p className={
|
||||||
isSelected
|
isSelected
|
||||||
? "text-sm font-medium text-gray-900 leading-snug"
|
? "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}
|
{node.label}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user