Skip to content

Commit

Permalink
fix: display error message correctly (#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed May 17, 2023
1 parent 4a807df commit a5b3d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utils/src/descriptors.ts
Expand Up @@ -23,8 +23,8 @@ export function getConcordanceTheme() {
value: c.blue,
},
diffGutters: {
actual: ` ${c.red('-')} `,
expected: ` ${c.green('+')} `,
actual: ` ${c.green('-')} `,
expected: ` ${c.red('+')} `,
padding: ' ',
},
error: {
Expand Down

0 comments on commit a5b3d78

Please sign in to comment.