Update checked icon
This commit is contained in:
parent
ddf3642d47
commit
13cf3ada39
1 changed files with 2 additions and 2 deletions
|
@ -1677,7 +1677,7 @@ impl CollabPanel {
|
|||
} else {
|
||||
theme.contact_button.style_for(mouse_state)
|
||||
};
|
||||
render_icon_button(button_style, "icons/check_8.svg")
|
||||
render_icon_button(button_style, "icons/check.svg")
|
||||
.aligned()
|
||||
.flex_float()
|
||||
})
|
||||
|
@ -1762,7 +1762,7 @@ impl CollabPanel {
|
|||
} else {
|
||||
theme.contact_button.style_for(mouse_state)
|
||||
};
|
||||
render_icon_button(button_style, "icons/check_8.svg")
|
||||
render_icon_button(button_style, "icons/check.svg")
|
||||
.aligned()
|
||||
.flex_float()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue