Skip to content

Commit 2c9d904

Browse files
committed
Minor color fix in dark theme
1 parent 0fabdff commit 2c9d904

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/app.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,12 @@
342342
box-shadow: 0 0 0 1px var(--Colors-Primary-Lightest);
343343
}
344344

345+
@media (prefers-color-scheme: dark) {
346+
.bespoke .pl-run-mode.pl-run-mode-active {
347+
background: var(--Colors-Base-Primary-1200);
348+
}
349+
}
350+
345351
/* ===== COMPACT RUN TRIALS PANEL LAYOUT ===== */
346352

347353
.bespoke .pl-run-card {

0 commit comments

Comments
 (0)