STDERR logs will now display in red using the correct Tailwind color class from the new design system. (#1927)

This commit is contained in:
Louis Knight-Webb
2026-01-11 09:12:09 +00:00
committed by GitHub
parent 3d631defb4
commit d0a67aedf2

View File

@@ -86,7 +86,7 @@ const RawLogText = memo(
<Component <Component
className={clsx( className={clsx(
'font-mono text-xs break-all whitespace-pre-wrap', 'font-mono text-xs break-all whitespace-pre-wrap',
shouldApplyStderrFallback && 'text-destructive', shouldApplyStderrFallback && 'text-error',
className className
)} )}
> >