Merge pull request #6659 from ShadowArcanist/shadow/change-deployment-logs-color-lightmode

fix(ui): non-error deployment debug log lines appear red in light mode
This commit is contained in:
Andras Bacsai
2025-09-22 09:52:26 +02:00
committed by GitHub

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',