STDERR logs will now display in red using the correct Tailwind color class from the new design system. (#1927)
This commit is contained in:
committed by
GitHub
parent
3d631defb4
commit
d0a67aedf2
@@ -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
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user