Skip to content

Commit 27777c6

Browse files
authored
fix: removes color from spinner (#3278)
1 parent d8c704d commit 27777c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/custom_spinner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl Spinners {
2626
pb.set_style(
2727
ProgressStyle::default_spinner()
2828
.tick_chars(SPINNER_CHARS)
29-
.template("{spinner:.green} {msg}")
29+
.template("{spinner} {msg}")
3030
.unwrap(),
3131
);
3232
pb.set_message(message);

0 commit comments

Comments
 (0)