Add icon before the empty contacts text
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
2bb9f7929d
commit
3b10ae9310
3 changed files with 26 additions and 1 deletions
|
@ -267,6 +267,15 @@ export default function contacts_panel(): any {
|
|||
},
|
||||
},
|
||||
}),
|
||||
list_empty_label_container: {
|
||||
margin: {
|
||||
left: 5,
|
||||
}
|
||||
},
|
||||
list_empty_icon: {
|
||||
color: foreground(layer, "on"),
|
||||
width: 16,
|
||||
},
|
||||
list_empty_state: toggleable({
|
||||
base: interactive({
|
||||
base: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue