app/components/base/agent-log-modal/tracing.tsx
@@ -9,7 +9,7 @@ const TracingPanel: FC<TracingPanelProps> = ({ list }) => { return ( <div className='bg-background-section'> <div className='bg-gray-50'> {list.map((iteration, index) => ( <Iteration key={index}