mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +01:00
Uses default gray
This commit is contained in:
@ -58,7 +58,7 @@ final class CompactPrinter
|
|||||||
|
|
||||||
public function line(string $message): void
|
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
|
public function descriptionItem(string $item): void
|
||||||
|
|||||||
Reference in New Issue
Block a user