Skip to content

Commit 85b347f

Browse files
mschilecursoragent
andauthored
Update pending state colors to use gray palette (#32095)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent ced047b commit 85b347f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/reporter/src/commands/commands.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
color: $pending;
352352

353353
strong {
354-
color: $indigo-300;
354+
color: $gray-500;
355355
}
356356
}
357357
}

packages/reporter/src/lib/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ $white: white;
101101

102102
$pass: $jade-400;
103103
$fail: $red-400;
104-
$pending: $indigo-400;
104+
$pending: $gray-700;
105105
$pinned: $purple-400;
106106
$retried: $orange-400;
107107

packages/reporter/src/runnables/runnables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ $dotted-line-left-padding: 19px;
396396

397397
&.test.runnable-pending {
398398
.runnable-title {
399-
color: $indigo-300;
399+
color: $gray-500;
400400
}
401401

402402
.runnable-commands-region {

0 commit comments

Comments
 (0)