WIP: Trying to display the toolbar but tired. May be worth discarding this.
This commit is contained in:
parent
23bc11f8b3
commit
3a61fd503f
6 changed files with 80 additions and 38 deletions
|
@ -9,11 +9,22 @@ export default function assistant(colorScheme: ColorScheme) {
|
|||
background: editor(colorScheme).background,
|
||||
padding: { left: 12 },
|
||||
},
|
||||
header: {
|
||||
messageHeader: {
|
||||
border: border(layer, "default", { bottom: true, top: true }),
|
||||
margin: { bottom: 6, top: 6 },
|
||||
background: editor(colorScheme).background,
|
||||
},
|
||||
hamburgerButton: {
|
||||
icon: {
|
||||
color: text(layer, "sans", "default", { size: "sm" }).color,
|
||||
asset: "icons/hamburger.svg",
|
||||
dimensions: {
|
||||
width: 15,
|
||||
height: 15,
|
||||
},
|
||||
},
|
||||
container: {}
|
||||
},
|
||||
userSender: {
|
||||
...text(layer, "sans", "default", { size: "sm", weight: "bold" }),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue