Skip to content

Commit b972936

Browse files
committed
Use blue for progress count in panel header
1 parent 97b2689 commit b972936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Asynkron.TestRunner/LiveDisplay.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public IRenderable Render()
150150
: _assemblyName ?? "Test Progress";
151151

152152
var panel = new Panel(layout)
153-
.Header($"{headerText} [dim]({completed}/{_total})[/]")
153+
.Header($"{headerText} [blue]({completed}/{_total})[/]")
154154
.Border(BoxBorder.Rounded)
155155
.BorderColor(Color.Grey)
156156
.Expand();

0 commit comments

Comments
 (0)