Add title to assistant panel and move + to right
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user