Skip to content

Commit b0a0fb8

Browse files
authored
fix(browser): failed test icon color (#4946)
The failed test icon is currently incorrectly colored as `#00d6b2` instead of `#cc0000` (light schema) or `#ff4444` (dark schema).
1 parent 3cc9cac commit b0a0fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mocha.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ body {
193193
display: block;
194194
float: left;
195195
margin-right: 5px;
196-
color: var(--mocha-pass-icon-color);
196+
color: var(--mocha-test-fail-icon-color);
197197
}
198198

199199
#mocha .test pre.error {

0 commit comments

Comments
 (0)