Add root channel UI
co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
7434d66fdd
commit
56d4d5d1a8
1 changed files with 2 additions and 2 deletions
|
@ -1257,7 +1257,7 @@ impl CollabPanel {
|
||||||
MouseEventHandler::<Channel, Self>::new(channel.id as usize, cx, |state, _cx| {
|
MouseEventHandler::<Channel, Self>::new(channel.id as usize, cx, |state, _cx| {
|
||||||
Flex::row()
|
Flex::row()
|
||||||
.with_child({
|
.with_child({
|
||||||
Svg::new("icons/hash")
|
Svg::new("icons/file_icons/hash.svg")
|
||||||
// .with_style(theme.contact_avatar)
|
// .with_style(theme.contact_avatar)
|
||||||
.aligned()
|
.aligned()
|
||||||
.left()
|
.left()
|
||||||
|
@ -1297,7 +1297,7 @@ impl CollabPanel {
|
||||||
|
|
||||||
Flex::row()
|
Flex::row()
|
||||||
.with_child({
|
.with_child({
|
||||||
Svg::new("icons/hash")
|
Svg::new("icons/file_icons/hash.svg")
|
||||||
// .with_style(theme.contact_avatar)
|
// .with_style(theme.contact_avatar)
|
||||||
.aligned()
|
.aligned()
|
||||||
.left()
|
.left()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue