Fixed deployment logs showing in red text for non error lines in light mode

This commit is contained in:
ShadowArcanist
2025-09-20 23:38:29 +05:30
parent b64de1b5cd
commit 6f64629adb

View File

@@ -113,7 +113,7 @@
])>
<span x-show="showTimestamps" class="shrink-0 text-gray-500">{{ $line['timestamp'] }}</span>
<span @class([
'text-coollabs dark:text-warning' => $line['hidden'],
'text-success dark:text-warning' => $line['hidden'],
'text-red-500' => $line['stderr'],
'font-bold' => isset($line['command']) && $line['command'],
'whitespace-pre-wrap',