We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275ce9f commit 2b010c5Copy full SHA for 2b010c5
1 file changed
packages/cli-v3/src/utilities/cliOutput.ts
@@ -38,7 +38,7 @@ export function chalkLink(text: string) {
38
}
39
40
export function chalkWorker(text: string) {
41
- return chalk.hex("#FFFF89")(text);
+ return chalk.yellowBright(text);
42
43
44
export function chalkTask(text: string) {
0 commit comments