Skip to content

Commit

Permalink
fix(browser): failed test icon color (#4946)
Browse files Browse the repository at this point in the history
The failed test icon is currently incorrectly colored as `#00d6b2` instead of `#cc0000` (light schema) or `#ff4444` (dark schema).
  • Loading branch information
kleisauke committed Nov 14, 2022
1 parent 3cc9cac commit b0a0fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocha.css
Expand Up @@ -193,7 +193,7 @@ body {
display: block;
float: left;
margin-right: 5px;
color: var(--mocha-pass-icon-color);
color: var(--mocha-test-fail-icon-color);
}

#mocha .test pre.error {
Expand Down

0 comments on commit b0a0fb8

Please sign in to comment.