Add list empty state style

This commit is contained in:
Nate Butler 2023-08-14 13:17:57 -04:00
parent a90c0e0326
commit 3856137b6e
2 changed files with 4 additions and 1 deletions

View file

@ -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,