Merge pull request #28492 from overleaf/mj-ai-assist-old-logs-colors

[web] Fix AI assist colours in old logs in new editor

GitOrigin-RevId: 962f5bc4c39265c19d129ee9477a0e22e6d51fb0
This commit is contained in:
Mathias Jakobsen
2025-09-16 12:28:35 +01:00
committed by Copybot
parent 614ddca656
commit e1d9522759

View File

@@ -74,7 +74,7 @@ function ErrorLogs({
{logsComponents.map(({ import: { default: Component }, path }) => (
<Component key={path} />
))}
<TabContent className="error-logs">
<TabContent className="error-logs new-error-logs">
<div className="logs-pane-content">
{stoppedOnFirstError && includeErrors && <StopOnFirstErrorPrompt />}