Update pending state colors to use gray palette (#32095)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Matt Schile
2025-08-07 08:25:56 -06:00
committed by GitHub
parent ced047b33b
commit 85b347f840
3 changed files with 3 additions and 3 deletions

View File

@@ -351,7 +351,7 @@
color: $pending;
strong {
color: $indigo-300;
color: $gray-500;
}
}
}

View File

@@ -101,7 +101,7 @@ $white: white;
$pass: $jade-400;
$fail: $red-400;
$pending: $indigo-400;
$pending: $gray-700;
$pinned: $purple-400;
$retried: $orange-400;

View File

@@ -396,7 +396,7 @@ $dotted-line-left-padding: 19px;
&.test.runnable-pending {
.runnable-title {
color: $indigo-300;
color: $gray-500;
}
.runnable-commands-region {