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 7b54c35 commit 9ecda81Copy full SHA for 9ecda81
.changeset/giant-rivers-tease.md
@@ -0,0 +1,5 @@
1
+---
2
+"trigger.dev": patch
3
4
+
5
+improve contrast for chalkWorker in light mode
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