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

@ -1,5 +1,4 @@
import { useTheme } from "../theme" import { useTheme } from "../theme"
import { interactive, toggleable } from "../element"
import { background, border, foreground, text } from "./components" import { background, border, foreground, text } from "./components"
import picker from "./picker" import picker from "./picker"
import { input } from "../component/input" import { input } from "../component/input"

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: { contact_avatar: {
corner_radius: 10, corner_radius: 10,
width: 18, width: 18,