Skip to content

Commit

Permalink
Use warning color for live microphone
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Jan 1, 2025
1 parent 0d423a7 commit 43aa9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/title_bar/src/collab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ impl TitleBar {
.style(ButtonStyle::Subtle)
.icon_size(IconSize::Small)
.toggle_state(is_muted)
.style(ButtonStyle::Tinted(TintColor::Warning))
.selected_style(ButtonStyle::Tinted(TintColor::Negative))
.on_click(move |_, cx| {
toggle_mute(&Default::default(), cx);
Expand Down

0 comments on commit 43aa9e8

Please sign in to comment.