Add styles for button

This commit is contained in:
Piotr Osiewicz 2023-06-23 13:30:40 +02:00
parent 6c676121f2
commit 4b52ff65c1
3 changed files with 20 additions and 4 deletions

View file

@ -550,10 +550,7 @@ impl CollabTitlebarItem {
let titlebar = &theme.workspace.titlebar;
MouseEventHandler::<LeaveCall, Self>::new(0, cx, |state, _| {
let style = titlebar
.toggle_speakers_button
.in_state(false)
.style_for(state);
let style = titlebar.leave_call_button.style_for(state);
Svg::new(icon)
.with_color(style.color)
.constrained()