Start styling notification panel
This commit is contained in:
parent
c20e781441
commit
23400a5a70
5 changed files with 81 additions and 39 deletions
|
@ -443,7 +443,8 @@ impl ChatPanel {
|
|||
Flex::row()
|
||||
.with_child(render_avatar(
|
||||
message.sender.avatar.clone(),
|
||||
&theme,
|
||||
&theme.chat_panel.avatar,
|
||||
theme.chat_panel.avatar_container,
|
||||
))
|
||||
.with_child(
|
||||
Label::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue