WIP: Trying to display the toolbar but tired. May be worth discarding this.

This commit is contained in:
Nathan Sobo 2023-06-20 20:11:32 -06:00
parent 23bc11f8b3
commit 3a61fd503f
6 changed files with 80 additions and 38 deletions

View file

@ -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" }),
},