Add list empty state style
This commit is contained in:
parent
a90c0e0326
commit
3856137b6e
2 changed files with 4 additions and 1 deletions
|
@ -269,6 +269,10 @@ export default function contacts_panel(): any {
|
|||
},
|
||||
},
|
||||
}),
|
||||
list_empty_state: {
|
||||
...text(layer, "ui_sans", "variant", { size: "sm" }),
|
||||
padding: side_padding
|
||||
},
|
||||
contact_avatar: {
|
||||
corner_radius: 10,
|
||||
width: 18,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue