Use theme colors for muted/speaking indicators
This commit is contained in:
parent
20a897d511
commit
77647fa088
2 changed files with 5 additions and 4 deletions
|
@ -1125,8 +1125,6 @@ impl Render for AssistantPanel {
|
|||
.child(Label::new(
|
||||
"Click on the Z button in the status bar to close this panel."
|
||||
))
|
||||
.border()
|
||||
.border_color(gpui::red())
|
||||
} else {
|
||||
let header = TabBar::new("assistant_header")
|
||||
.start_child(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue