Add missing logo_96
icon, fix a few incorrect paths (#2977)
🙈 I missed a few
Thanks @maxbrunsfeld / @mikayla-maki
This commit is contained in:
commit
0aff0c105d
6 changed files with 8 additions and 5 deletions
|
@ -112,7 +112,7 @@ impl Item for SharedScreen {
|
|||
) -> gpui::AnyElement<V> {
|
||||
Flex::row()
|
||||
.with_child(
|
||||
Svg::new("icons/disable_screen_sharing_12.svg")
|
||||
Svg::new("icons/desktop.svg")
|
||||
.with_color(style.label.text.color)
|
||||
.constrained()
|
||||
.with_width(style.type_icon_width)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue