mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Uses default gray
This commit is contained in:
@ -58,7 +58,7 @@ final class CompactPrinter
|
||||
|
||||
public function line(string $message): void
|
||||
{
|
||||
render("<span class='mx-2 py-1 text-gray-700'>{$message}</span>");
|
||||
render("<span class='mx-2 py-1 text-gray'>{$message}</span>");
|
||||
}
|
||||
|
||||
public function descriptionItem(string $item): void
|
||||
|
||||
Reference in New Issue
Block a user