Add title to assistant panel and move + to right
This commit is contained in:
parent
a011ced698
commit
d78fbbc63e
3 changed files with 19 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue