Start styling notification panel
This commit is contained in:
parent
c20e781441
commit
23400a5a70
5 changed files with 81 additions and 39 deletions
|
@ -653,6 +653,9 @@ pub struct ChatPanel {
|
|||
pub struct NotificationPanel {
|
||||
#[serde(flatten)]
|
||||
pub container: ContainerStyle,
|
||||
pub title: ContainedText,
|
||||
pub title_icon: SvgStyle,
|
||||
pub title_height: f32,
|
||||
pub list: ContainerStyle,
|
||||
pub avatar: AvatarStyle,
|
||||
pub avatar_container: ContainerStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue