Add title to assistant panel and move + to right

This commit is contained in:
Nathan Sobo 2023-06-21 09:54:49 -06:00
parent a011ced698
commit d78fbbc63e
3 changed files with 19 additions and 2 deletions

View file

@ -37,9 +37,13 @@ export default function assistant(colorScheme: ColorScheme) {
},
},
container: {
margin: { left: 8 },
margin: { right: 8 },
}
},
title: {
margin: { left: 8 },
...text(layer, "sans", "default", { size: "sm" })
},
savedConversation: {
background: background(layer, "on"),
hover: {