Add root channel UI

co-authored-by: Max <max@zed.dev>
This commit is contained in:
Mikayla Maki
2023-08-01 13:33:31 -07:00
co-authored by Max
parent 7434d66fdd
commit 56d4d5d1a8
+2 -2
View File
@@ -1257,7 +1257,7 @@ impl CollabPanel {
MouseEventHandler::<Channel, Self>::new(channel.id as usize, cx, |state, _cx| {
Flex::row()
.with_child({
Svg::new("icons/hash")
Svg::new("icons/file_icons/hash.svg")
// .with_style(theme.contact_avatar)
.aligned()
.left()
@@ -1297,7 +1297,7 @@ impl CollabPanel {
Flex::row()
.with_child({
Svg::new("icons/hash")
Svg::new("icons/file_icons/hash.svg")
// .with_style(theme.contact_avatar)
.aligned()
.left()