Skip to content

Commit a5b3d78

Browse files
authoredMay 17, 2023
fix: display error message correctly (#3314)
1 parent 4a807df commit a5b3d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/utils/src/descriptors.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export function getConcordanceTheme() {
2323
value: c.blue,
2424
},
2525
diffGutters: {
26-
actual: ` ${c.red('-')} `,
27-
expected: ` ${c.green('+')} `,
26+
actual: ` ${c.green('-')} `,
27+
expected: ` ${c.red('+')} `,
2828
padding: ' ',
2929
},
3030
error: {

0 commit comments

Comments
 (0)
Please sign in to comment.