Add placeholder implementation

This commit is contained in:
Mikayla 2023-08-14 10:23:50 -07:00
parent 3856137b6e
commit fde9653ad8
No known key found for this signature in database
3 changed files with 28 additions and 0 deletions

View file

@ -110,6 +110,10 @@ export default function contacts_panel(): any {
return {
channel_modal: channel_modal(),
placeholder: {
...text(theme.middle, "sans", "default", { size: "sm" }),
padding: 5,
},
log_in_button: interactive({
base: {
background: background(theme.middle),