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 7b44151 commit 3db742dCopy full SHA for 3db742d
src/utils/fail-msg-with-badge.mts
@@ -5,7 +5,7 @@ export function failMsgWithBadge(
5
message: string | undefined,
6
): string {
7
const prefix = colors.bgRedBright(
8
- colors.bold(colors.red(` ${badge}${message ? ': ' : ''}`)),
+ colors.bold(colors.white(` ${badge}${message ? ': ' : ''}`)),
9
)
10
const postfix = message ? ` ${colors.bold(message)}` : ''
11
return `${prefix}${postfix}`
0 commit comments