We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0307380 commit b2b99dfCopy full SHA for b2b99df
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