sync: update from private repo (d8074a7)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-05 06:05:30 +00:00
parent a44f6b41e2
commit e00ea9fb0c
91 changed files with 530 additions and 257 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ interface OutputTabProps {
export function OutputTab({ outputPreviewName, outputPreviewContent, onViewFull }: OutputTabProps) {
return (
<div className="bg-white border border-slate-200 rounded-xl p-4 shadow-sm">
<div className="bg-canvas border border-slate-200 rounded-xl p-4 shadow-sm">
<div className="flex justify-between items-center mb-2">
<div className="font-bold text-[13px] text-slate-800"></div>
{outputPreviewName && (