mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Add list empty state style
This commit is contained in:
parent
a90c0e0326
commit
3856137b6e
@ -1,5 +1,4 @@
|
||||
import { useTheme } from "../theme"
|
||||
import { interactive, toggleable } from "../element"
|
||||
import { background, border, foreground, text } from "./components"
|
||||
import picker from "./picker"
|
||||
import { input } from "../component/input"
|
||||
|
@ -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…
Reference in New Issue
Block a user